infoviewer: try to fix strange remaining pixel

Origin commit data
------------------
Branch: ni/coolstream
Commit: df31af3f0c
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-12-27 (Fri, 27 Dec 2019)

Origin message was:
------------------
- infoviewer: try to fix strange remaining pixel

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2019-12-27 00:41:16 +01:00
parent 376928e641
commit cfc16c6b25

View File

@@ -2223,8 +2223,6 @@ void CInfoViewer::killTitle()
sigbox->kill(); sigbox->kill();
#endif #endif
header->kill();
if (clock) if (clock)
{ {
clock->kill(); clock->kill();
@@ -2232,6 +2230,8 @@ void CInfoViewer::killTitle()
clock = NULL; clock = NULL;
} }
header->kill();
body->kill(); body->kill();
if (txt_curr_event) if (txt_curr_event)