Skip to content

Commit 7a5daf6

Browse files
committed
Fix: ButtonDrawer will not redraw if callback is not set.
1 parent dd518e2 commit 7a5daf6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/MenuItem.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ bool MenuItem::focusEnter() {
226226
return true;
227227
}
228228
}
229+
_btnDrawer.draw(true);
229230
return false;
230231
}
231232
void MenuItem::setFocusItem(MenuItem* newmi)

0 commit comments

Comments
 (0)