mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +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)
|
void CInfoViewer::paintTime (bool show_dot)
|
||||||
{
|
{
|
||||||
|
if (!gotTime)
|
||||||
|
gotTime = timeset;
|
||||||
|
|
||||||
if (! gotTime)
|
if (! gotTime)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user