src/gui/widget/menue.cpp try fix hide info_box (in channellist)

Origin commit data
------------------
Commit: 99c57d3075
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-11-14 (Mon, 14 Nov 2016)
This commit is contained in:
Jacek Jendrzej
2016-11-14 19:27:09 +01:00
parent c6851f5bbd
commit 4dbaafb40d

View File

@@ -1429,7 +1429,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();