Polyform: Fix issue 129 (unusable when effects are active)

Tidied up the splash screen (can no longer drag it)
Save/Load: Fixed the quick-typing that wasn't reset when changing directories.


git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@661 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2009-02-26 19:41:48 +00:00
parent aac6b480c5
commit 2688bbb3b4
2 changed files with 14 additions and 16 deletions

View File

@@ -640,7 +640,10 @@ void K_Ligne_0_6(void)
Pixel_figure_Preview_auto (Debut_X,Debut_Y);
Effacer_ligne_Preview (Debut_X,Debut_Y,Fin_X,Fin_Y);
/* Doesn't work if fast moving
Pixel_figure_Preview_xor (Debut_X,Debut_Y, 0);
Tracer_ligne_Preview_xor (Debut_X,Debut_Y,Fin_X,Fin_Y,0);
*/
Pinceau_Forme=Pinceau_Forme_avant_operation;
if (Direction & 0x80)
{
@@ -2479,6 +2482,7 @@ void Polyform_12_8(void)
Operation_POP(&Couleur);
// On efface la preview du segment validé:
Pixel_figure_Preview_auto (Debut_X,Debut_Y);
Effacer_ligne_Preview(Debut_X,Debut_Y,Fin_X,Fin_Y);
// On l'affiche de façon définitive: