From 80587cd13a16570f7e4918635dfa40da7832e091 Mon Sep 17 00:00:00 2001 From: Michael Liebmann Date: Tue, 3 Dec 2013 08:57:03 +0100 Subject: [PATCH] CTimeOSD: Restoring infoclock after hiding osdtime Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/be142c1e4af38bf8a21321b4d4601ebf3c383641 Author: Michael Liebmann Date: 2013-12-03 (Tue, 03 Dec 2013) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/timeosd.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/timeosd.cpp b/src/gui/timeosd.cpp index c7ea16720..beb571812 100644 --- a/src/gui/timeosd.cpp +++ b/src/gui/timeosd.cpp @@ -139,13 +139,13 @@ void CTimeOSD::hide() if(!visible) return; - InfoClock->enableInfoClock(true); - //GetDimensions(); frameBuffer->paintBackgroundBoxRel(m_xend - m_width - t1, m_y, m_width, m_height); timescale->reset(); frameBuffer->paintBackgroundBoxRel(m_xstart-2, m_y, 2+BARLEN+2, m_height); //clear border visible=false; + + InfoClock->enableInfoClock(true); } void CTimeOSD::switchMode(int position, int duration)