Restore stt mode when get hidden and showed again 48/100948/1
authorJi-hoon Lee <dalton.lee@samsung.com>
Wed, 30 Nov 2016 02:17:21 +0000 (11:17 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Wed, 30 Nov 2016 02:17:21 +0000 (11:17 +0900)
Change-Id: I6be4a3a3b3c7cace32cc3470557d8d60dbf3fbce

src/ise.cpp

index 57702d3..7fb88db 100644 (file)
@@ -1554,6 +1554,9 @@ ise_show(int ic)
     }
 #endif
 
+    if (g_setting_window_open_status) {
+        ise_show_stt_mode(NATIVE_WINDOW_CAST(g_core.get_main_window()));
+    }
     g_setting_window_open_status = FALSE;
 }