From 763a4551a94d7e970714fb2226c39344f54642c1 Mon Sep 17 00:00:00 2001 From: Yves Rizoud Date: Sat, 4 Apr 2009 13:52:19 +0000 Subject: [PATCH] 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 --- buttons.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/buttons.c b/buttons.c index b9dd4847..6da6bdf7 100644 --- a/buttons.c +++ b/buttons.c @@ -2539,8 +2539,9 @@ void Load_picture(byte image) if (!image) Swap_data_of_image_and_brush(); - + Hide_cursor(); Print_filename(); + Display_cursor(); Set_palette(Main_palette); }