mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 10:51:05 +02:00
CBouquetList/CMenuWidget: use block() instead disableInfoClock()
Origin commit data
------------------
Commit: ca3d07e24c
Author: Thilo Graf <dbt@novatux.de>
Date: 2020-01-05 (Sun, 05 Jan 2020)
This commit is contained in:
@@ -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