diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-10-18 20:00:58 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-10-18 20:00:58 +0300 |
commit | 54d570f61e51066abfbaeee7838d8ab4a707d132 (patch) | |
tree | 814bbd139eaa9a2246f9a9f6392a52d6976c1308 /src/gui | |
parent | ce455b0e3cd02b6796cab746addd1ff41a6b7ca8 (diff) | |
download | plus-54d570f61e51066abfbaeee7838d8ab4a707d132.tar.gz plus-54d570f61e51066abfbaeee7838d8ab4a707d132.tar.bz2 plus-54d570f61e51066abfbaeee7838d8ab4a707d132.tar.xz plus-54d570f61e51066abfbaeee7838d8ab4a707d132.zip |
Fix open/close sound in text command editor.
Diffstat (limited to 'src/gui')
-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); } |