From bd96450423276272e1cddf8be91cc63f860eb125 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 21 May 2015 21:27:20 +0300 Subject: Call Window::postInit from all windows with overrided postInit method. --- src/gui/windows/textcommandeditor.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui/windows/textcommandeditor.cpp') diff --git a/src/gui/windows/textcommandeditor.cpp b/src/gui/windows/textcommandeditor.cpp index a8a7eccfc..3051d4cc6 100644 --- a/src/gui/windows/textcommandeditor.cpp +++ b/src/gui/windows/textcommandeditor.cpp @@ -186,6 +186,7 @@ TextCommandEditor::TextCommandEditor(TextCommand *const command) : void TextCommandEditor::postInit() { + Window::postInit(); enableVisibleSound(true); setVisible(true); } -- cgit v1.2.3-70-g09d2