CTimeOSD: Restoring infoclock after hiding osdtime

Origin commit data
------------------
Branch: ni/coolstream
Commit: be142c1e4a
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-12-03 (Tue, 03 Dec 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2013-12-03 08:57:03 +01:00
parent a70a232470
commit 80587cd13a

View File

@@ -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)