Hide candidate UI in focus-in 38/80338/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Sun, 17 Jul 2016 03:15:45 +0000 (12:15 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Sun, 17 Jul 2016 03:15:45 +0000 (12:15 +0900)
Change-Id: Ie52d943a2b02e5484374f73171a18de965582c81

src/unikey_instance.cpp

index 2c87f7f9b2e2be41e2c8b979c51a4b12b191d0fe..69e3fcc207defdc6ade82e9c1b809bfa1b26bb93 100644 (file)
@@ -123,6 +123,8 @@ void UnikeyInstance::reset()
 
 void UnikeyInstance::focus_in()
 {
+    hide_lookup_table();
+
     UnikeySetInputMethod(Unikey_IM[m_im]);
     UnikeySetOutputCharset(Unikey_OC[m_oc]);
     UnikeySetOptions(&m_ukopt);