mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 01:41:23 +02:00
src/gui/widget/menue.cpp try fix hide info_box (in channellist)
This commit is contained in:
@@ -1429,7 +1429,7 @@ void CMenuWidget::paintHint(int pos)
|
|||||||
if (details_line)
|
if (details_line)
|
||||||
details_line->hide();
|
details_line->hide();
|
||||||
/* clear info box */
|
/* clear info box */
|
||||||
if ((info_box) && (pos < 0))
|
if ((info_box) && ((pos < 0) || savescreen))
|
||||||
savescreen ? info_box->hide() : info_box->kill();
|
savescreen ? info_box->hide() : info_box->kill();
|
||||||
if (info_box)
|
if (info_box)
|
||||||
hint_painted = info_box->isPainted();
|
hint_painted = info_box->isPainted();
|
||||||
|
Reference in New Issue
Block a user