CMenuWidget: Forcing removal of details line during removing of hint box.

Origin commit data
------------------
Commit: 6a3778ba93
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-30 (Mon, 30 Jan 2017)
This commit is contained in:
2017-01-30 10:32:15 +01:00
parent 39eb60eedc
commit b29b69a39b

View File

@@ -1454,6 +1454,8 @@ void CMenuWidget::paintHint(int pos)
if (info_box) {
savescreen ? info_box->hide() : info_box->kill();
hint_painted = info_box->isPainted();
if (details_line)
details_line->hide();
}
return;
}