Fixes missing refresh in Palette/X-Swap

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@263 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud 2008-10-15 19:42:04 +00:00
parent dac1e814ec
commit 8990c1b27e

View File

@ -1134,6 +1134,11 @@ void Bouton_Palette(void)
Afficher_curseur();
Palette_Reafficher_jauges(Jauge_rouge,Jauge_verte,Jauge_bleue,Palette_de_travail,Debut_block,Fin_block);
// En cas de X-Swap, tout l'ecran a pu changer de couleur.
if (Bouton_clicke==8)
SDL_UpdateRect(Ecran_SDL,0, 0, Largeur_ecran, Menu_Ordonnee_avant_fenetre);
}
break;