summaryrefslogtreecommitdiff
path: root/displaymenu.c
diff options
context:
space:
mode:
Diffstat (limited to 'displaymenu.c')
-rw-r--r--displaymenu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/displaymenu.c b/displaymenu.c
index d4ef064..2b840d6 100644
--- a/displaymenu.c
+++ b/displaymenu.c
@@ -537,7 +537,7 @@ void cNopacityDisplayMenu::SetItem(const char *Text, int Index, bool Current, bo
if (config.useMenuIcons)
hasIcons = true;
} else {
- item = new cNopacityDefaultMenuItem(osd, Text, Selectable);
+ item = new cNopacityDefaultMenuItem(osd, Text, Selectable, MenuCategory());
menuView->GetMenuItemSize(mcUnknown, &itemSize);
item->SetFont(menuView->GetMenuItemFont(mcUnknown));
}