mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +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;
|
||||
|
||||
|
@@ -1408,7 +1408,7 @@ void CMenuWidget::paint()
|
||||
}
|
||||
|
||||
if (CInfoClock::getInstance()->isRun())
|
||||
CInfoClock::getInstance()->disableInfoClock();
|
||||
CInfoClock::getInstance()->block();
|
||||
|
||||
calcSize();
|
||||
|
||||
|
Reference in New Issue
Block a user