From c1ec746321dfccfdb81eae0191f248e4768f293f Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Thu, 1 Dec 2016 22:32:35 +0100 Subject: [PATCH] CComponentsWindow: fix window body color Color parameter was not passed to body. Parameters in constructor and setters had no effect. --- src/gui/components/cc_frm_window.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/components/cc_frm_window.cpp b/src/gui/components/cc_frm_window.cpp index a7c84cba3..451d74be3 100644 --- a/src/gui/components/cc_frm_window.cpp +++ b/src/gui/components/cc_frm_window.cpp @@ -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)