mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
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:
@@ -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;
|
||||
|
||||
|
@@ -1392,7 +1392,7 @@ void CMenuWidget::paint()
|
||||
}
|
||||
|
||||
if (CInfoClock::getInstance()->isRun())
|
||||
CInfoClock::getInstance()->disableInfoClock();
|
||||
CInfoClock::getInstance()->block();
|
||||
|
||||
calcSize();
|
||||
|
||||
|
Reference in New Issue
Block a user