summaryrefslogtreecommitdiff
path: root/src/gui/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets')
-rw-r--r--src/gui/widgets/dropdown.cpp3
1 files changed, 2 insertions, 1 deletions
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);