Avoiding suggestion bar blink when focusing in number layout 99/16799/1 accepted/tizen/mobile/20140305.030639 submit/tizen/20140305.023316
authorLi Zhang <li2012.zhang@samsung.com>
Tue, 23 Jul 2013 03:34:13 +0000 (11:34 +0800)
committerJi-hoon Lee <dalton.lee@samsung.com>
Mon, 24 Feb 2014 14:35:31 +0000 (23:35 +0900)
Change-Id: I0c9f79319f087fcddb07ea7a525737c4237cfe1c

configure.ac
packaging/sunpinyin.spec
wrapper/scim/src/sunpinyin_imengine.cpp

index 072a390..b91f655 100755 (executable)
@@ -1,6 +1,6 @@
 #-*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
-AC_INIT([sunpinyin],[0.0.1321], [mail@yongsun.me])
+AC_INIT([sunpinyin],[0.0.1423], [mail@yongsun.me])
 AC_PREREQ([2.59])
 AC_CONFIG_SRCDIR([configure.ac])
 AC_CONFIG_MACRO_DIR([m4])
index 4e3ffda..d9bacb4 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       ise-engine-sunpinyin
 Summary:    Chinese Pinyin ISE
-Version:    0.0.1321
+Version:    0.0.1423
 Release:    2
 Group:      TO_BE/FILLED_IN
 License:    LGPLv2+
index 713d06f..ec64d17 100644 (file)
@@ -399,7 +399,8 @@ SunPyInstance::reset ()
     //m_pv->updateWindows(m_pv->clearIC());
     //refresh_all_properties ();
     if (m_lookup_table_always_on) {
-        show_lookup_table ();
+        if (m_focused)
+            show_lookup_table ();
     } else {
         hide_lookup_table ();
     }