From b021a52fc3a0491d6cf2821226e82e4d7233e969 Mon Sep 17 00:00:00 2001 From: Yves Rizoud Date: Sat, 31 Oct 2009 17:16:48 +0000 Subject: [PATCH] Skins: Fix preview area after loading invalid file git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1124 416bcca6-2ee7-4201-b75f-2eb2f807beb1 --- buttons.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buttons.c b/buttons.c index 1629d45d..b34e5049 100644 --- a/buttons.c +++ b/buttons.c @@ -1138,7 +1138,7 @@ void Button_Skins(void) { Verbose_error_message(Gui_loading_error_message); // Update preview - Window_rectangle(4, 14, 174, 16, MC_Light); + Window_rectangle(6, 14, 173, 16, MC_Light); } else { @@ -1169,7 +1169,7 @@ void Button_Skins(void) gfx->Default_palette[gfx->Color_light].G, gfx->Default_palette[gfx->Color_light].B); } - Update_window_area(4, 14, 174, 16); + Update_window_area(6, 14, 173, 16); break; case 5 : // Font dropdown