summaryrefslogtreecommitdiffstats
path: root/src/PYPBopomofoEditor.cc
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-10-10 14:08:17 +0800
committerPeng Wu <alexepico@gmail.com>2011-12-22 12:23:14 +0800
commit4b6fb2b018f52b1af75fa8aebb629497fef5a07f (patch)
treeb91ff13e03ee2532aac9c9da61dada516f480a91 /src/PYPBopomofoEditor.cc
parentbb096fc88fdfb03deb8e29f0865676f540ce3669 (diff)
downloadibus-libpinyin-4b6fb2b018f52b1af75fa8aebb629497fef5a07f.tar.gz
ibus-libpinyin-4b6fb2b018f52b1af75fa8aebb629497fef5a07f.tar.xz
ibus-libpinyin-4b6fb2b018f52b1af75fa8aebb629497fef5a07f.zip
add update when select candidate
Diffstat (limited to 'src/PYPBopomofoEditor.cc')
-rw-r--r--src/PYPBopomofoEditor.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/PYPBopomofoEditor.cc b/src/PYPBopomofoEditor.cc
index 185fdb3..34f3df7 100644
--- a/src/PYPBopomofoEditor.cc
+++ b/src/PYPBopomofoEditor.cc
@@ -134,6 +134,7 @@ LibPinyinBopomofoEditor::processAuxiliarySelectKey
m_select_mode = TRUE;
selectCandidateInPage (i);
+ update ();
return TRUE;
}
@@ -162,6 +163,7 @@ LibPinyinBopomofoEditor::processSelectKey (guint keyval, guint keycode,
guint i = pos - keys;
selectCandidateInPage (i);
+ update ();
return TRUE;
}