- bouqueteditor: reduce paintButtons calls to cc_frm_buttons default

This commit is contained in:
svenhoefer
2016-08-14 20:59:29 +02:00
parent fa27f87bb1
commit fe01996d2b
3 changed files with 3 additions and 3 deletions

View File

@@ -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)