From 4ac5d47ac801c9dfeb479c724373b684c6214c55 Mon Sep 17 00:00:00 2001 From: Yves Rizoud Date: Thu, 2 Sep 2010 22:52:16 +0000 Subject: [PATCH] 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 --- src/factory.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/factory.c b/src/factory.c index 9eafbf28..d70a0056 100644 --- a/src/factory.c +++ b/src/factory.c @@ -1074,6 +1074,7 @@ void Run_script(char *scriptdir) if (Brush_was_altered) Change_paintbrush_shape(PAINTBRUSH_SHAPE_COLOR_BRUSH); + Hide_cursor(); Display_all_screen(); Cursor_shape=old_cursor_shape; Display_cursor();