Fixed mouse cursor in text input (Readline(), recent problems)

Fixed refresh problem when rotating a brush outside of screen limits (bug in 98%)
Fixed Palette window having 'S' as shortcut for 2 functions.


git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@612 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2009-02-08 00:46:42 +00:00
parent 8aadfe3732
commit 1ed8852d64
7 changed files with 21 additions and 43 deletions

View File

@@ -828,7 +828,6 @@ int Menu_Shade(void)
break;
case 15 : // Saisie du pas
Effacer_curseur();
Num2str(Shade_Liste[Shade_Actuel].Pas,Chaine,3);
Readline(276,176,Chaine,3,1);
Temp=atoi(Chaine);
@@ -1070,7 +1069,6 @@ void Bouton_Quick_shade_Menu(void)
break;
case 4 : // Saisie du pas
Effacer_curseur();
Num2str(Quick_shade_Step,Chaine,3);
Readline(42,21,Chaine,3,1);
Temp=atoi(Chaine);