Skip to content

Commit

Permalink
another one
Browse files Browse the repository at this point in the history
  • Loading branch information
KrahJohlito committed Nov 25, 2024
1 parent 9d4fcf4 commit abe43b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui.c
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ static int guiUIUpdater(int modified)
diaGetInt(diaUIConfig, UICFG_THEME, &temp);
if (temp != curTheme) {
curTheme = temp;
if (temp == 0) {
if (IS_DEFAULT_THEME(temp)) {
// Display the default theme's colours.
diaSetItemType(diaUIConfig, UICFG_BGCOL, UI_COLOUR); // Must be correctly set before doing the diaS/GetColor !!
diaSetItemType(diaUIConfig, UICFG_UICOL, UI_COLOUR);
Expand Down

0 comments on commit abe43b9

Please sign in to comment.