diff options
| author | Peng Wu <alexepico@gmail.com> | 2015-06-25 14:38:39 +0800 |
|---|---|---|
| committer | Peng Wu <alexepico@gmail.com> | 2015-06-25 14:38:39 +0800 |
| commit | 9ccc6d6c23bcfd0745cdb196d5eb2609beb3f4d5 (patch) | |
| tree | 64a05e21b1f078717a53e3645fc4f31ead692ce4 /src/ZYZPinyinEditor.cc | |
| parent | 378473e32fb9cbb61a327ae7c67cbaf36a5c40e2 (diff) | |
| download | ibus-libzhuyin-9ccc6d6c23bcfd0745cdb196d5eb2609beb3f4d5.tar.gz ibus-libzhuyin-9ccc6d6c23bcfd0745cdb196d5eb2609beb3f4d5.tar.xz ibus-libzhuyin-9ccc6d6c23bcfd0745cdb196d5eb2609beb3f4d5.zip | |
fixes updateZhuyin again
Diffstat (limited to 'src/ZYZPinyinEditor.cc')
| -rw-r--r-- | src/ZYZPinyinEditor.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ZYZPinyinEditor.cc b/src/ZYZPinyinEditor.cc index a3683a8..375848e 100644 --- a/src/ZYZPinyinEditor.cc +++ b/src/ZYZPinyinEditor.cc @@ -63,6 +63,8 @@ PinyinEditor::commit (void) void PinyinEditor::reset (void) { + m_preedit_text = ""; + PhoneticEditor::reset (); } |
