mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
gui/bouquetlist.cpp: fix b523fe59c0
:
double ::paintButtons calls was added ?
This commit is contained in:
@@ -601,7 +601,7 @@ void CBouquetList::paint()
|
|||||||
int numbuttons = sizeof(CBouquetListButtons)/sizeof(CBouquetListButtons[0]);
|
int numbuttons = sizeof(CBouquetListButtons)/sizeof(CBouquetListButtons[0]);
|
||||||
if (favonly) /* this actually shows favorites and providers button, but both are active anyway */
|
if (favonly) /* this actually shows favorites and providers button, but both are active anyway */
|
||||||
numbuttons = 2;
|
numbuttons = 2;
|
||||||
::paintButtons(x, y + (height - footerHeight), width, numbuttons, CBouquetListButtons, width, footerHeight);
|
//::paintButtons(x, y + (height - footerHeight), width, numbuttons, CBouquetListButtons, width, footerHeight);
|
||||||
|
|
||||||
::paintButtons(x, y + (height - footerHeight), width, numbuttons, CBouquetListButtons, footerHeight);
|
::paintButtons(x, y + (height - footerHeight), width, numbuttons, CBouquetListButtons, footerHeight);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user