mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
gui/infoviewer: check for time being set
This commit is contained in:
@@ -251,6 +251,9 @@ void CInfoViewer::changePB()
|
||||
|
||||
void CInfoViewer::paintTime (bool show_dot)
|
||||
{
|
||||
if (!gotTime)
|
||||
gotTime = timeset;
|
||||
|
||||
if (! gotTime)
|
||||
return;
|
||||
|
||||
|
Reference in New Issue
Block a user