Skip to content

Commit

Permalink
fix: Make UI slightly more responsive when switching tabs (#3345)
Browse files Browse the repository at this point in the history
  • Loading branch information
philmoz authored Mar 13, 2023
1 parent 805b848 commit 3409455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radio/src/gui/colorlcd/tabsgroup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ void TabsGroup::setVisibleTab(PageTab* tab)
tab->build(form);

header.setTitle(tab->title.c_str());
invalidate();
header.invalidate();

#if defined(DEBUG)
TRACE("tab time: %d ms", RTOS_GET_MS() - start_ms);
Expand Down

0 comments on commit 3409455

Please sign in to comment.