From a2eade7203ef29bdaada39cf46fff84962e6801e Mon Sep 17 00:00:00 2001 From: Yves Rizoud Date: Thu, 22 Jul 2010 17:30:41 +0000 Subject: [PATCH] Fix menu colors after a Lua script modifies the palette (Bug introduced in r1527) git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1531 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 02beb86c..3d694267 100644 --- a/src/factory.c +++ b/src/factory.c @@ -1030,6 +1030,7 @@ void Run_script(char *scriptdir) { Set_palette(Main_palette); Compute_optimal_menu_colors(Main_palette); + Display_menu(); } End_of_modification();