Skip to content

Commit 8b59426

Browse files
committed
Fix
1 parent c7a1e3f commit 8b59426

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

menu/drivers/materialui.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ enum materialui_handle_flags
585585
MUI_FLAG_SCROLLBAR_DRAGGED = (1 << 26),
586586
MUI_FLAG_NAVBAR_MENU_NAVIGATION_WRAPPED = (1 << 27),
587587
MUI_FLAG_COL_DIVIDER_IS_LIST_BG = (1 << 28),
588-
MUI_FLAG_OVERSCROLL_ACTIVE = (1 << 29)
588+
MUI_FLAG_OVERSCROLL_ACTIVE = (1 << 29),
589589
MUI_FLAG_FIRST_FRAME = (1 << 30)
590590
};
591591

0 commit comments

Comments
 (0)