Fixed compilation error on Linux (name conflicts, issue 132)
Load/Save: Fixed display of mount points and drives ("Select drive" button)
Started documenting global variables
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@698 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
@@ -972,9 +972,9 @@ void Button_Settings(void)
|
||||
y_sensitivity?y_sensitivity:1);
|
||||
// Gestion des fontes
|
||||
if (Config.Font)
|
||||
Font=GFX_fun_font;
|
||||
Menu_font=GFX_fun_font;
|
||||
else
|
||||
Font=GFX_system_font;
|
||||
Menu_font=GFX_system_font;
|
||||
|
||||
if (config_is_reloaded)
|
||||
Compute_optimal_menu_colors(Main_palette);
|
||||
|
||||
Reference in New Issue
Block a user