mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
- infoviewer: try to fix strange remaining pixel
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user