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

@@ -970,6 +970,7 @@ int Menu_Shade(void)
Afficher_couleur_selectionnee(Premiere_couleur,Derniere_couleur);
Afficher_curseur();
Attendre_fin_de_click();
}
Touche=0;
break;