diff options
-rw-r--r-- | src/gui/textcommandeditor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/textcommandeditor.cpp b/src/gui/textcommandeditor.cpp index 2ac8ec6d3..8dcfe01b3 100644 --- a/src/gui/textcommandeditor.cpp +++ b/src/gui/textcommandeditor.cpp @@ -289,6 +289,7 @@ TextCommandEditor::TextCommandEditor(TextCommand *const command) : center(); + enableVisibleSound(true); setVisible(true); } |