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