From 4c5623a691280e68401c4072aaa511065ca89648 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 6 May 2013 14:10:37 +0300 Subject: fix outline color in dropdown class. --- src/gui/widgets/dropdown.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gui/widgets/dropdown.cpp') diff --git a/src/gui/widgets/dropdown.cpp b/src/gui/widgets/dropdown.cpp index c2b2e854b..6645d92bc 100644 --- a/src/gui/widgets/dropdown.cpp +++ b/src/gui/widgets/dropdown.cpp @@ -148,7 +148,8 @@ DropDown::DropDown(const Widget2 *const widget, adjustHeight(); // mPopup->setForegroundColorAll(getThemeColor(Theme::DROPDOWN), // getThemeColor(Theme::DROPDOWN_OUTLINE)); - setForegroundColor(getThemeColor(Theme::DROPDOWN)); + mForegroundColor = getThemeColor(Theme::DROPDOWN); + mForegroundColor2 = getThemeColor(Theme::DROPDOWN_OUTLINE); if (!eventId.empty()) setActionEventId(eventId); -- cgit v1.2.3-60-g2f50