mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
CBouquetList/CMenuWidget: use block() instead disableInfoClock()
This commit is contained in:
@@ -723,7 +723,7 @@ void CBouquetList::paintHead()
|
||||
void CBouquetList::paint()
|
||||
{
|
||||
//ensure stop info clock before paint this window
|
||||
CInfoClock::getInstance()->disableInfoClock();
|
||||
CInfoClock::getInstance()->block();
|
||||
liststart = (selected/listmaxshow)*listmaxshow;
|
||||
int lastnum = liststart + listmaxshow;
|
||||
|
||||
|
Reference in New Issue
Block a user