projects
/
platform
/
core
/
uifw
/
ise-engine-tables.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04fcd52
)
flush preedit string when turn off ise
00/16800/1
author
Li Zhang
<li2012.zhang@samsung.com>
Tue, 16 Apr 2013 03:31:21 +0000
(11:31 +0800)
committer
Ji-hoon Lee
<dalton.lee@samsung.com>
Mon, 24 Feb 2014 14:37:12 +0000
(23:37 +0900)
Change-Id: I2851edddb1e86b803cd2f5bd3339a9bd3ed976af
src/scim_table_imengine.cpp
patch
|
blob
|
history
diff --git
a/src/scim_table_imengine.cpp
b/src/scim_table_imengine.cpp
index c54424a43cf663691ad3518726b29052805b2e56..c297b8f4f88e426e2c012eb50e2428e27f04e7d4 100755
(executable)
--- a/
src/scim_table_imengine.cpp
+++ b/
src/scim_table_imengine.cpp
@@
-816,6
+816,7
@@
void
TableInstance::focus_out ()
{
m_focused = false;
+ reset ();
}
void