Skip to content

Commit

Permalink
Fix new theme being base class
Browse files Browse the repository at this point in the history
  • Loading branch information
aybe committed Jul 14, 2024
1 parent 1081d35 commit 7c8b351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/gui_tk/gui_tk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ int titlebox_sysmenu_width = 20; // includes black divider line

Theme CurrentTheme = ThemeLight();

ThemeWindows31 DefaultTheme = ThemeWindows31();
ThemeWindows31 DefaultTheme = ThemeWindows31Default();

std::map<const char *,Font *,Font::ltstr> Font::registry;

Expand Down

0 comments on commit 7c8b351

Please sign in to comment.