Issue 67 should now be entirely fixed (including the coordinates being displayed while hovering the menu).

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@413 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Franck Charlet
2008-12-23 20:18:25 +00:00
parent ad465d6073
commit b0e7f6189f
2 changed files with 50 additions and 35 deletions

View File

@@ -409,7 +409,7 @@ void Print_coordonnees(void)
{
char Tempo[5];
if (Menu_visible)
if (Menu_visible && !Curseur_dans_menu)
{
if ( (Operation_en_cours==OPERATION_PIPETTE)
|| (Operation_en_cours==OPERATION_REMPLACER) )