From 10c8e7da87de2219fad19fd899e97257164e4830 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 3 Aug 2012 22:11:36 +0300 Subject: Extend background theming. --- src/gui/widgets/dropdown.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/gui/widgets/dropdown.cpp') diff --git a/src/gui/widgets/dropdown.cpp b/src/gui/widgets/dropdown.cpp index 7e810390a..d42b60799 100644 --- a/src/gui/widgets/dropdown.cpp +++ b/src/gui/widgets/dropdown.cpp @@ -57,8 +57,7 @@ static std::string const dropdownFiles[2] = DropDown::DropDown(gcn::ListModel *listModel, gcn::ActionListener* listener, std::string eventId): gcn::DropDown::DropDown(listModel, - new ScrollArea, - new ListBox(listModel)), + new ScrollArea, new ListBox(listModel)), mShadowColor(Theme::getThemeColor(Theme::DROPDOWN_SHADOW)), mHighlightColor(Theme::getThemeColor(Theme::HIGHLIGHT)) { -- cgit v1.2.3-60-g2f50