Modified to set show_requested to TRUE even when candidate is in SHOW state 62/17662/1
authorJi-hoon Lee <dalton.lee@samsung.com>
Mon, 14 Oct 2013 08:52:43 +0000 (17:52 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 7 Mar 2014 09:38:33 +0000 (18:38 +0900)
Change-Id: I351e0e8671bb5b6388f3573d7613cc42c14b5cf3

ism/extras/efl_panel/isf_panel_efl.cpp

index 81b5922..8497408 100644 (file)
@@ -1311,8 +1311,8 @@ static void ui_candidate_show (bool bSetVirtualKbd)
 
    /* FIXME : SHOULD UNIFY THE METHOD FOR CHECKING THE HW KEYBOARD EXISTENCE */
    /* If the ISE is not visible currently, wait for the ISE to be opened and then show our candidate window */
+   _candidate_show_requested = true;
    if( (hw_kbd_detect == 0 && _ise_state != WINDOW_STATE_SHOW)) {
-        _candidate_show_requested = true;
         LOGD ("setting _show_can didate_requested to TRUE");
         return;
     }