From cfc16c6b2509433ed8989b7d1242c7f39a22dfd1 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Fri, 27 Dec 2019 00:41:16 +0100 Subject: [PATCH] infoviewer: try to fix strange remaining pixel Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/df31af3f0cea40bb6c1306f9296421c2c85a905d Author: vanhofen 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 --- src/gui/infoviewer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/infoviewer.cpp b/src/gui/infoviewer.cpp index ed442ac91..9a3ca1067 100644 --- a/src/gui/infoviewer.cpp +++ b/src/gui/infoviewer.cpp @@ -2223,8 +2223,6 @@ void CInfoViewer::killTitle() sigbox->kill(); #endif - header->kill(); - if (clock) { clock->kill(); @@ -2232,6 +2230,8 @@ void CInfoViewer::killTitle() clock = NULL; } + header->kill(); + body->kill(); if (txt_curr_event)