Lua: fix a stray mouse cursor (hourglass shape) that gets drawn over menu. Richard, that's your small freak gfx-bug from 13 August

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1604 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud 2010-09-02 22:52:16 +00:00
parent cf8af1902c
commit 4ac5d47ac8

View File

@ -1074,6 +1074,7 @@ void Run_script(char *scriptdir)
if (Brush_was_altered) if (Brush_was_altered)
Change_paintbrush_shape(PAINTBRUSH_SHAPE_COLOR_BRUSH); Change_paintbrush_shape(PAINTBRUSH_SHAPE_COLOR_BRUSH);
Hide_cursor();
Display_all_screen(); Display_all_screen();
Cursor_shape=old_cursor_shape; Cursor_shape=old_cursor_shape;
Display_cursor(); Display_cursor();