From 5c7d69daf10e08822a7a67d4643e4baec53ddc7c Mon Sep 17 00:00:00 2001 From: martii Date: Sat, 30 Nov 2013 15:19:52 +0100 Subject: [PATCH] gui/infoviewer: check for time being set Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/ff06822dd0a77ed17e4621b6b233fb77d799fa8c Author: martii Date: 2013-11-30 (Sat, 30 Nov 2013) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/infoviewer.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/gui/infoviewer.cpp b/src/gui/infoviewer.cpp index 149f9b064..afacc87eb 100644 --- a/src/gui/infoviewer.cpp +++ b/src/gui/infoviewer.cpp @@ -251,6 +251,9 @@ void CInfoViewer::changePB() void CInfoViewer::paintTime (bool show_dot) { + if (!gotTime) + gotTime = timeset; + if (! gotTime) return;