CBouquetList/CMenuWidget: use block() instead disableInfoClock()

Origin commit data
------------------
Branch: ni/coolstream
Commit: ca3d07e24c
Author: Thilo Graf <dbt@novatux.de>
Date: 2020-01-05 (Sun, 05 Jan 2020)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2020-01-05 22:22:22 +01:00
committed by vanhofen
parent c43e9309b9
commit 68e24ac6cb
2 changed files with 2 additions and 2 deletions

View File

@@ -716,7 +716,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;

View File

@@ -1392,7 +1392,7 @@ void CMenuWidget::paint()
}
if (CInfoClock::getInstance()->isRun())
CInfoClock::getInstance()->disableInfoClock();
CInfoClock::getInstance()->block();
calcSize();