mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 09:51:22 +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 (icon_name && *icon_name)
|
||||||
{
|
{
|
||||||
if (!active)
|
if (!active)
|
||||||
icon_name = NEUTRINO_ICON_BUTTON_DUMMY_SMALL;
|
icon_name = NEUTRINO_ICON_BUTTON_DUMMY;
|
||||||
|
|
||||||
frameBuffer->getIconSize(icon_name, &icon_w, &icon_h);
|
frameBuffer->getIconSize(icon_name, &icon_w, &icon_h);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user