Fix the mouse cursor erasing the filename in status bar when you close the Load window (old display bug)

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@717 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud 2009-04-04 13:52:19 +00:00
parent 5655129401
commit 763a4551a9

View File

@ -2539,8 +2539,9 @@ void Load_picture(byte image)
if (!image) if (!image)
Swap_data_of_image_and_brush(); Swap_data_of_image_and_brush();
Hide_cursor();
Print_filename(); Print_filename();
Display_cursor();
Set_palette(Main_palette); Set_palette(Main_palette);
} }