Fix up STATIC_ITEM (#18962)
This commit is contained in:
@@ -25,6 +25,6 @@
|
||||
|
||||
#define MENU_ITEM_ADDON_START(X) do{ \
|
||||
if (ui.should_draw() && _menuLineNr == _thisItemNr - 1) { \
|
||||
SETCURSOR(X, _lcdLineNr)
|
||||
SETCURSOR_X(X)
|
||||
|
||||
#define MENU_ITEM_ADDON_END() } }while(0)
|
||||
|
||||
Reference in New Issue
Block a user