CComponentsWindow: fix window body color

Color parameter was not passed to body. Parameters in constructor and
setters had no effect.
This commit is contained in:
2016-12-01 22:32:35 +01:00
committed by M. Liebmann
parent 1576681543
commit c1ec746321

View File

@@ -297,6 +297,7 @@ void CComponentsWindow::initBody()
ccw_body->setDimensionsAll(x_body, h_header, w_body, h_body);
ccw_body->doPaintBg(true);
ccw_body->setColorBody(col_body);
//handle corner behavior
if (!ccw_show_header)