mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-14 17:03:40 +02:00
CTimeOSD: Restoring infoclock after hiding osdtime
This commit is contained in:
@@ -139,13 +139,13 @@ void CTimeOSD::hide()
|
|||||||
if(!visible)
|
if(!visible)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
InfoClock->enableInfoClock(true);
|
|
||||||
|
|
||||||
//GetDimensions();
|
//GetDimensions();
|
||||||
frameBuffer->paintBackgroundBoxRel(m_xend - m_width - t1, m_y, m_width, m_height);
|
frameBuffer->paintBackgroundBoxRel(m_xend - m_width - t1, m_y, m_width, m_height);
|
||||||
timescale->reset();
|
timescale->reset();
|
||||||
frameBuffer->paintBackgroundBoxRel(m_xstart-2, m_y, 2+BARLEN+2, m_height); //clear border
|
frameBuffer->paintBackgroundBoxRel(m_xstart-2, m_y, 2+BARLEN+2, m_height); //clear border
|
||||||
visible=false;
|
visible=false;
|
||||||
|
|
||||||
|
InfoClock->enableInfoClock(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
void CTimeOSD::switchMode(int position, int duration)
|
void CTimeOSD::switchMode(int position, int duration)
|
||||||
|
Reference in New Issue
Block a user