summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2018-09-10 14:50:49 +0800
committerPeng Wu <alexepico@gmail.com>2018-09-11 10:57:28 +0800
commitbd60f5bb77aa093119cd691dfe880d7040039f70 (patch)
tree1001014bae4f0480be454666a42416e51faf4479
parent4e763225c1cb1fc9876c785bd5217a8bb6f5619f (diff)
downloadibus-libpinyin-bd60f5bb77aa093119cd691dfe880d7040039f70.tar.gz
ibus-libpinyin-bd60f5bb77aa093119cd691dfe880d7040039f70.tar.xz
ibus-libpinyin-bd60f5bb77aa093119cd691dfe880d7040039f70.zip
fixes Bopomofo Editor
-rw-r--r--src/PYPBopomofoEditor.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/PYPBopomofoEditor.cc b/src/PYPBopomofoEditor.cc
index 3f71529..8bf96e9 100644
--- a/src/PYPBopomofoEditor.cc
+++ b/src/PYPBopomofoEditor.cc
@@ -269,6 +269,9 @@ BopomofoEditor::updateLookupTableLabel (void)
void
BopomofoEditor::updateLookupTable (void)
{
+ // needed by updatePreeditText
+ updateCandidates ();
+
if (!m_select_mode) {
hideLookupTable ();
return;