mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
bouquetlist.cpp: fix buttonbar
Origin commit data
------------------
Commit: d90ae61449
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-03-21 (Thu, 21 Mar 2013)
Origin message was:
------------------
- bouquetlist.cpp: fix buttonbar
This commit is contained in:
@@ -601,8 +601,6 @@ 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, footerHeight);
|
::paintButtons(x, y + (height - footerHeight), width, numbuttons, CBouquetListButtons, footerHeight);
|
||||||
|
|
||||||
if(!Bouquets.empty())
|
if(!Bouquets.empty())
|
||||||
|
Reference in New Issue
Block a user