mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
CProgressWindow: fix background fragments on text paint
Permanent screen saving was disabled by default since commitb51fecc3eb
. 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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user