- infoviewer: try to fix strange remaining pixel

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2019-12-27 00:41:16 +01:00
committed by Thilo Graf
parent b94d31cb75
commit 799aaf6728

View File

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