From: Li Zhang Date: Tue, 23 Jul 2013 03:10:05 +0000 (+0800) Subject: Avoiding suggestion bar blink when focusing in number layout X-Git-Tag: submit/tizen/20140305.040902~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F05%2F16805%2F1;p=platform%2Fcore%2Fuifw%2Fise-engine-tables.git Avoiding suggestion bar blink when focusing in number layout Change-Id: I58d69ef63fd21ec0f9641ab4f064233600be73fc --- diff --git a/configure.ac b/configure.ac index 357525b..d8c22a6 100755 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Process this file with autoconf to produce a configure script. #AC_INIT(scim-tables, 0.5.10, suzhe@tsinghua.org.cn) #do not forget to edit skim/configure.in.in to change the version -AC_INIT(ise-engine-tables-zh, 0.0.0417, li2012.zhang@samsung.com) +AC_INIT(ise-engine-tables-zh, 0.0.0423, li2012.zhang@samsung.com) AC_CONFIG_SRCDIR([src/scim_table_imengine.h]) ISF_VERSION=1.0.0 diff --git a/packaging/ise-engine-tables.spec b/packaging/ise-engine-tables.spec index 66ce5d0..9e79ba3 100644 --- a/packaging/ise-engine-tables.spec +++ b/packaging/ise-engine-tables.spec @@ -1,5 +1,5 @@ %define nam ise-engine-tables -%define ver 0.0.0417 +%define ver 0.0.0423 %define skim 0 %define rel 1 %define isf_version 1.0.0 diff --git a/src/scim_table_imengine.cpp b/src/scim_table_imengine.cpp index 677c566..aa44b3a 100755 --- a/src/scim_table_imengine.cpp +++ b/src/scim_table_imengine.cpp @@ -789,7 +789,8 @@ TableInstance::reset () m_iconv.set_encoding (get_encoding ()); if (!m_forward) { refresh_lookup_table (true, true); - show_lookup_table (); + if (m_focused) + show_lookup_table (); } else { hide_lookup_table(); }