Merge branch 'master' into pu/font

Origin commit data
------------------
Branch: ni/coolstream
Commit: 3a0aaa6c29
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:
2017-01-30 12:23:51 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -88,8 +88,6 @@ CComponentsDetailLine::~CComponentsDetailLine()
//paint details line with current parameters //paint details line with current parameters
void CComponentsDetailLine::paint(bool do_save_bg) void CComponentsDetailLine::paint(bool do_save_bg)
{ {
cc_save_bg = do_save_bg;
hide(); hide();
if (hasChanges()) if (hasChanges())
clearFbData(); clearFbData();

View File

@@ -1458,6 +1458,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;
} }