mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
CComponentsWindow: fix window body color
Color parameter was not passed to body. Parameters in constructor and
setters had no effect.
Origin commit data
------------------
Commit: c1ec746321
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-12-01 (Thu, 01 Dec 2016)
This commit is contained in:
@@ -297,6 +297,7 @@ void CComponentsWindow::initBody()
|
|||||||
|
|
||||||
ccw_body->setDimensionsAll(x_body, h_header, w_body, h_body);
|
ccw_body->setDimensionsAll(x_body, h_header, w_body, h_body);
|
||||||
ccw_body->doPaintBg(true);
|
ccw_body->doPaintBg(true);
|
||||||
|
ccw_body->setColorBody(col_body);
|
||||||
|
|
||||||
//handle corner behavior
|
//handle corner behavior
|
||||||
if (!ccw_show_header)
|
if (!ccw_show_header)
|
||||||
|
Reference in New Issue
Block a user