mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
CMenuWidget: Forcing removal of details line during removing of hint box.
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6a3778ba93
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-30 (Mon, 30 Jan 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1454,6 +1454,8 @@ void CMenuWidget::paintHint(int pos)
|
|||||||
if (info_box) {
|
if (info_box) {
|
||||||
savescreen ? info_box->hide() : info_box->kill();
|
savescreen ? info_box->hide() : info_box->kill();
|
||||||
hint_painted = info_box->isPainted();
|
hint_painted = info_box->isPainted();
|
||||||
|
if (details_line)
|
||||||
|
details_line->hide();
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user