From ba307a72cb8bcfe068e362fab4a5e572d9ac65e9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 21 May 2015 21:31:34 +0300 Subject: Call Popup::postInit from all popups with overrided postInit method. --- src/gui/popups/textboxpopup.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui/popups/textboxpopup.cpp') diff --git a/src/gui/popups/textboxpopup.cpp b/src/gui/popups/textboxpopup.cpp index f464fa885..1d8d85a14 100644 --- a/src/gui/popups/textboxpopup.cpp +++ b/src/gui/popups/textboxpopup.cpp @@ -39,6 +39,7 @@ TextBoxPopup::TextBoxPopup() : void TextBoxPopup::postInit() { + Popup::postInit(); const int fontHeight = getFont()->getHeight(); setMinHeight(fontHeight); mTextBox->setEditable(false); -- cgit v1.2.3-70-g09d2