Avoiding suggestion bar blink when focusing in number layout 05/16805/1
authorLi Zhang <li2012.zhang@samsung.com>
Tue, 23 Jul 2013 03:10:05 +0000 (11:10 +0800)
committerJi-hoon Lee <dalton.lee@samsung.com>
Mon, 24 Feb 2014 14:37:13 +0000 (23:37 +0900)
Change-Id: I58d69ef63fd21ec0f9641ab4f064233600be73fc

configure.ac
packaging/ise-engine-tables.spec
src/scim_table_imengine.cpp

index 357525bf426370f117ba9ed10057299bb5775bd8..d8c22a63ec7d19efcf6cdf1bdc4f3681f85bc887 100755 (executable)
@@ -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
index 66ce5d0c49614b6813383692035bdfb70040019d..9e79ba38cbb6dafdb1420a7deae3e59097483a4e 100644 (file)
@@ -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
index 677c56668216364e5c68989855ce3e88f157a7c5..aa44b3a746c887ca1559aba00f2aa8b55122ce61 100755 (executable)
@@ -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();
     }