From e4d34f9e3f5b2068be1a8137c75a571e9da42cda Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 19 Oct 2013 12:50:59 +0300 Subject: move virtual member calls from textpopup constructor into postInit. --- src/gui/popups/textpopup.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/gui/popups/textpopup.cpp') diff --git a/src/gui/popups/textpopup.cpp b/src/gui/popups/textpopup.cpp index 2b89e388b..73f5fbad0 100644 --- a/src/gui/popups/textpopup.cpp +++ b/src/gui/popups/textpopup.cpp @@ -32,6 +32,10 @@ TextPopup::TextPopup(): Popup("TextPopup", "textpopup.xml"), mText() +{ +} + +void TextPopup::postInit() { const int fontHeight = getFont()->getHeight(); int y = 0; -- cgit v1.2.3-70-g09d2