We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7a1e3f commit 8b59426Copy full SHA for 8b59426
1 file changed
menu/drivers/materialui.c
@@ -585,7 +585,7 @@ enum materialui_handle_flags
585
MUI_FLAG_SCROLLBAR_DRAGGED = (1 << 26),
586
MUI_FLAG_NAVBAR_MENU_NAVIGATION_WRAPPED = (1 << 27),
587
MUI_FLAG_COL_DIVIDER_IS_LIST_BG = (1 << 28),
588
- MUI_FLAG_OVERSCROLL_ACTIVE = (1 << 29)
+ MUI_FLAG_OVERSCROLL_ACTIVE = (1 << 29),
589
MUI_FLAG_FIRST_FRAME = (1 << 30)
590
};
591
0 commit comments