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:
2
shade.c
2
shade.c
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user