mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
Origin commit data
------------------
Branch: ni/coolstream
Commit: ca86828ff1
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-11-14 (Mon, 14 Nov 2016)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1447,7 +1447,7 @@ void CMenuWidget::paintHint(int pos)
|
||||
if (details_line)
|
||||
details_line->hide();
|
||||
/* clear info box */
|
||||
if ((info_box) && (pos < 0))
|
||||
if ((info_box) && ((pos < 0) || savescreen))
|
||||
savescreen ? info_box->hide() : info_box->kill();
|
||||
if (info_box)
|
||||
hint_painted = info_box->isPainted();
|
||||
|
Reference in New Issue
Block a user