mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
CMenuWidget: add missing hide() for details line
Details_line was not removed in all constellations when menu was closed.
Sample: open main menue and select an entry with connect-line, eg. plugins,
press key to come into submenu, then go back to main menue and close
menu with home key, result: it's possible that line is still on screen.
Origin commit data
------------------
Branch: ni/coolstream
Commit: 76008371ff
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-27 (Fri, 27 Jan 2017)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1075,6 +1075,8 @@ void CMenuWidget::hide()
|
|||||||
header->kill();
|
header->kill();
|
||||||
if (info_box)
|
if (info_box)
|
||||||
info_box->kill();
|
info_box->kill();
|
||||||
|
if (details_line)
|
||||||
|
details_line->hide();
|
||||||
frameBuffer->paintBackgroundBoxRel(x, y, full_width, full_height + fbutton_height);
|
frameBuffer->paintBackgroundBoxRel(x, y, full_width, full_height + fbutton_height);
|
||||||
//paintHint(-1);
|
//paintHint(-1);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user