Skins: Fix preview area after loading invalid file
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1124 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
parent
e7f34fefe4
commit
b021a52fc3
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user