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;