From 213a21e4c079113e5822d2cf90802d6dcb2cb232 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 19 Oct 2012 21:02:14 +0300 Subject: In all controls, call Widget2 methods to get colors. --- src/gui/widgets/window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/widgets/window.cpp') diff --git a/src/gui/widgets/window.cpp b/src/gui/widgets/window.cpp index dbf1e747d..fa673e420 100644 --- a/src/gui/widgets/window.cpp +++ b/src/gui/widgets/window.cpp @@ -139,7 +139,7 @@ Window::Window(const std::string &caption, const bool modal, setVisible(false); addWidgetListener(this); - mForegroundColor = Theme::getThemeColor(Theme::WINDOW); + mForegroundColor = getThemeColor(Theme::WINDOW); } Window::~Window() -- cgit v1.2.3-60-g2f50