mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
widget/menue.cpp: use larger version of dummy button
This commit is contained in:
@@ -352,7 +352,7 @@ void CMenuItem::paintItemButton(const bool select_mode, int item_height, const c
|
||||
if (icon_name && *icon_name)
|
||||
{
|
||||
if (!active)
|
||||
icon_name = NEUTRINO_ICON_BUTTON_DUMMY_SMALL;
|
||||
icon_name = NEUTRINO_ICON_BUTTON_DUMMY;
|
||||
|
||||
frameBuffer->getIconSize(icon_name, &icon_w, &icon_h);
|
||||
|
||||
|
Reference in New Issue
Block a user