diff --git a/examples/companion_radio/ui-new/UITask.cpp b/examples/companion_radio/ui-new/UITask.cpp index c2a59b27..ecf78738 100644 --- a/examples/companion_radio/ui-new/UITask.cpp +++ b/examples/companion_radio/ui-new/UITask.cpp @@ -1561,6 +1561,7 @@ void UITask::applyBrightness() { void UITask::applyFont() { if (_display != NULL && _node_prefs != NULL) { _display->setLemonFont(_node_prefs->use_lemon_font != 0); + _next_refresh = 0; } }