Fixed zoom window bar not draggable (issue 114)

Checked for all other uses of "while (!Get_input())", seems ok.
Palette screen: Copy,Swap,X-Swap now take place when you click button, not release.
In all screens where you could press ` and pick a color (palette, shade...): The action now takes place when you click, not release.


git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@626 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2009-02-11 00:00:17 +00:00
parent aaa393e12f
commit a28deef902
4 changed files with 37 additions and 32 deletions

View File

@@ -638,6 +638,7 @@ void Menu_Tag_couleurs(char * En_tete, byte * Table, byte * Mode, byte Cancel, c
Stencil_Tagger_couleur(Couleur_taggee,(Click==A_GAUCHE)?CM_Noir:CM_Clair);
Stencil_Actualiser_couleur(Couleur_taggee);
Afficher_curseur();
Attendre_fin_de_click();
}
Touche=0;
break;
@@ -2078,8 +2079,8 @@ void Bouton_Degrades(void)
Tagger_intervalle_palette(Degrade_Tableau[Degrade_Courant].Debut,Degrade_Tableau[Degrade_Courant].Fin);
// Tracé de la preview:
Degrade_Dessiner_preview(8,112,108,14,Degrade_Courant);
Afficher_curseur();
Attendre_fin_de_click();
}
Touche=0;
break;
@@ -5031,6 +5032,7 @@ void Bouton_Spray_Menu(void)
Spray_Rafficher_infos(Couleur_selectionnee,1);
Afficher_curseur();
Stencil_Actualiser_couleur(Couleur_selectionnee);
Attendre_fin_de_click();
}
Touche=0;
break;