CInfoViewer: enable kill text items after killed title

This causes repaint text on next view of infobar.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 0de9490326
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-23 (Mon, 23 Jan 2017)



------------------
This commit was generated by Migit
This commit is contained in:
2017-01-23 21:28:54 +01:00
committed by Michael Liebmann
parent a5c16f0042
commit 1eb76c353d

View File

@@ -2169,7 +2169,7 @@ void CInfoViewer::killTitle()
clock->kill();
#endif
body->kill();
#if 0 //not really required to kill epg infos, body does this
if (txt_cur_event)
txt_cur_event->kill();
if (txt_cur_event_rest)
@@ -2182,7 +2182,7 @@ void CInfoViewer::killTitle()
txt_next_event->kill();
if (txt_next_in)
txt_next_in->kill();
#endif
if (timescale)
if (g_settings.infobar_progressbar == SNeutrinoSettings::INFOBAR_PROGRESSBAR_ARRANGEMENT_DEFAULT)
timescale->kill();