diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-05-23 18:48:53 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-05-23 18:48:53 +0300 |
commit | 6ad3584c69d102a7592eaac1a3d7374cf610895f (patch) | |
tree | d7a5bb7d213d029d3d820179e93da46bb023008c /src/gui/widgets/popuplist.cpp | |
parent | 2443f62e578283b20aaed1874fb356753774cf79 (diff) | |
download | plus-6ad3584c69d102a7592eaac1a3d7374cf610895f.tar.gz plus-6ad3584c69d102a7592eaac1a3d7374cf610895f.tar.bz2 plus-6ad3584c69d102a7592eaac1a3d7374cf610895f.tar.xz plus-6ad3584c69d102a7592eaac1a3d7374cf610895f.zip |
Add missing calls to postInit for windows and popups.
Diffstat (limited to 'src/gui/widgets/popuplist.cpp')
-rw-r--r-- | src/gui/widgets/popuplist.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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) |