Fixed a missing refresh when moving a window by 0.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@283 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2008-10-17 21:38:14 +00:00
parent 9a759615ae
commit b88187ea4c
2 changed files with 5 additions and 1 deletions

View File

@@ -1716,6 +1716,11 @@ void Deplacer_fenetre(short Dx, short Dy)
Fenetre_Pos_Y=Nouveau_Y;
}
else
{
// Update pour effacer le rectangle XOR
UpdateRect(Fenetre_Pos_X, Fenetre_Pos_Y, Fenetre_Largeur*Menu_Facteur_X, Fenetre_Hauteur*Menu_Facteur_Y);
}
Forme_curseur=FORME_CURSEUR_FLECHE;
Afficher_curseur();