summaryrefslogtreecommitdiff
path: root/src/gui/windows/textcommandeditor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/windows/textcommandeditor.cpp')
-rw-r--r--src/gui/windows/textcommandeditor.cpp1
1 files changed, 1 insertions, 0 deletions
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);
}