summaryrefslogtreecommitdiff
path: root/src/ui/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/util.c')
-rw-r--r--src/ui/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/util.c b/src/ui/util.c
index 354b1467..ae72dbee 100644
--- a/src/ui/util.c
+++ b/src/ui/util.c
@@ -841,7 +841,7 @@ iWidget *makeMenu_Widget(iWidget *parent, const iMenuItem *items, size_t n) {
841 (isPortraitPhone_App() ? drawBackgroundToVerticalSafeArea_WidgetFlag : 0), 841 (isPortraitPhone_App() ? drawBackgroundToVerticalSafeArea_WidgetFlag : 0),
842 iTrue); 842 iTrue);
843 if (!isPortraitPhone_App()) { 843 if (!isPortraitPhone_App()) {
844 setFrameColor_Widget(menu, uiSeparator_ColorId); 844 setFrameColor_Widget(menu, uiBackgroundSelected_ColorId);
845 } 845 }
846 makeMenuItems_Widget(menu, items, n); 846 makeMenuItems_Widget(menu, items, n);
847 addChild_Widget(parent, menu); 847 addChild_Widget(parent, menu);