Prediction選択時にPreEditキャッシュをクリア。
1 parent bb9136d commit 1f056a1ec25b6f975ca3acf20720fd856bf03dd8
@tamra tamra authored on 11 Jan 2006
Showing 1 changed file
View
1
■■■■
honoka/src/honoka_imengine.cpp
\fn HonokaInstance::process_prediction_key_event(const KeyEvent &key)
*/
bool HonokaInstance::process_prediction_key_event(const KeyEvent &key)
{
preeditCache.clear();
// 予測選択時のキーイベント処理。
if (key.is_key_release()) return true;
if (!m_prediction) {
m_prediction = true;