summaryrefslogtreecommitdiffstats
path: root/src/PYPBopomofoEditor.cc
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2016-07-06 14:39:24 +0800
committerPeng Wu <alexepico@gmail.com>2016-07-06 14:39:24 +0800
commita913febc474c878dbb04c04205022beddfd8e8f3 (patch)
tree618e3c015104027de43eb55f0eb885886ddc3780 /src/PYPBopomofoEditor.cc
parent573d7c64eacf4f8d98a2937cdda52a528c888a48 (diff)
downloadibus-libpinyin-a913febc474c878dbb04c04205022beddfd8e8f3.tar.gz
ibus-libpinyin-a913febc474c878dbb04c04205022beddfd8e8f3.tar.xz
ibus-libpinyin-a913febc474c878dbb04c04205022beddfd8e8f3.zip
fixes auxiliary text
Diffstat (limited to 'src/PYPBopomofoEditor.cc')
-rw-r--r--src/PYPBopomofoEditor.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/PYPBopomofoEditor.cc b/src/PYPBopomofoEditor.cc
index 9aac5ab..fd688ad 100644
--- a/src/PYPBopomofoEditor.cc
+++ b/src/PYPBopomofoEditor.cc
@@ -351,9 +351,6 @@ BopomofoEditor::updateAuxiliaryText (void)
m_buffer << aux_text;
g_free(aux_text);
- if (m_cursor == m_pinyin_len)
- m_buffer << '|';
-
/* append rest text */
const gchar * p = m_text.c_str() + m_pinyin_len;
m_buffer << p;