CProgressWindow: fix background fragments on text paint

Permanent screen saving was disabled by default since commit
b51fecc3eb. In this case it can be substituted if enabled
bg paint.


Origin commit data
------------------
Branch: ni/coolstream
Commit: d5bad0ac36
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-04-23 (Thu, 23 Apr 2015)



------------------
This commit was generated by Migit
This commit is contained in:
2015-04-23 22:36:48 +02:00
committed by vanhofen
parent ee30bfb611
commit 0a464b1a6a

View File

@@ -58,6 +58,7 @@ void CProgressWindow::Init()
int h_txt = max(g_Font[SNeutrinoSettings::FONT_TYPE_MENU]->getHeight(), h_item);
status_txt->setDimensionsAll(x_item, y_item, w_item, h_txt);
status_txt->setColorBody(col_body);
status_txt->doPaintTextBoxBg(true);
addWindowItem(status_txt);
y_item += h_txt + 10;