mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
CInfoViewer: enable kill text items after killed title
This causes repaint text on next view of infobar.
This commit is contained in:
@@ -2169,7 +2169,7 @@ void CInfoViewer::killTitle()
|
|||||||
clock->kill();
|
clock->kill();
|
||||||
#endif
|
#endif
|
||||||
body->kill();
|
body->kill();
|
||||||
#if 0 //not really required to kill epg infos, body does this
|
|
||||||
if (txt_cur_event)
|
if (txt_cur_event)
|
||||||
txt_cur_event->kill();
|
txt_cur_event->kill();
|
||||||
if (txt_cur_event_rest)
|
if (txt_cur_event_rest)
|
||||||
@@ -2182,7 +2182,7 @@ void CInfoViewer::killTitle()
|
|||||||
txt_next_event->kill();
|
txt_next_event->kill();
|
||||||
if (txt_next_in)
|
if (txt_next_in)
|
||||||
txt_next_in->kill();
|
txt_next_in->kill();
|
||||||
#endif
|
|
||||||
if (timescale)
|
if (timescale)
|
||||||
if (g_settings.infobar_progressbar == SNeutrinoSettings::INFOBAR_PROGRESSBAR_ARRANGEMENT_DEFAULT)
|
if (g_settings.infobar_progressbar == SNeutrinoSettings::INFOBAR_PROGRESSBAR_ARRANGEMENT_DEFAULT)
|
||||||
timescale->kill();
|
timescale->kill();
|
||||||
|
Reference in New Issue
Block a user