Skip to content

Commit

Permalink
fix(color): Theme change not updating all colors (#4298)
Browse files Browse the repository at this point in the history
Co-authored-by: philmoz <[email protected]>
  • Loading branch information
philmoz and philmoz authored Nov 10, 2023
1 parent 373bb33 commit 9d5c6e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions radio/src/gui/colorlcd/themes/etx_lv_theme.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -316,9 +316,9 @@ class EdgeTxStyles
lv_style_set_text_font(&font_std, getFont(FONT(STD)));
lv_style_init(&font_bold);
lv_style_set_text_font(&font_bold, getFont(FONT(BOLD)));

applyColors();
}

applyColors();
}

void applyColors()
Expand Down

0 comments on commit 9d5c6e6

Please sign in to comment.