From 6ad3584c69d102a7592eaac1a3d7374cf610895f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 23 May 2015 18:48:53 +0300 Subject: Add missing calls to postInit for windows and popups. --- src/gui/widgets/popuplist.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui/widgets/popuplist.cpp') diff --git a/src/gui/widgets/popuplist.cpp b/src/gui/widgets/popuplist.cpp index c459fe351..d8c1d79dc 100644 --- a/src/gui/widgets/popuplist.cpp +++ b/src/gui/widgets/popuplist.cpp @@ -55,6 +55,7 @@ PopupList::PopupList(DropDown *const widget, void PopupList::postInit() { + Popup::postInit(); add(mScrollArea); if (gui) -- cgit v1.2.3-60-g2f50