mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
- bouqueteditor: reduce paintButtons calls to cc_frm_buttons default
This commit is contained in:
@@ -252,7 +252,7 @@ void CBEChannelSelectWidget::paintFoot()
|
||||
break;
|
||||
}
|
||||
|
||||
footer.paintButtons(x, y + (height-footerHeight), width, footerHeight, numbuttons, Button, width/numbuttons-20, 0, g_Font[SNeutrinoSettings::FONT_TYPE_INFOBAR_SMALL]);
|
||||
footer.paintButtons(x, y + (height-footerHeight), width, footerHeight, numbuttons, Button, width/numbuttons-20);
|
||||
}
|
||||
|
||||
std::string CBEChannelSelectWidget::getInfoText(int index)
|
||||
|
Reference in New Issue
Block a user