cedric pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=a5cd3b9a6a20453863bc65a2ccf09fbebce4fb9b

commit a5cd3b9a6a20453863bc65a2ccf09fbebce4fb9b
Author: Shilpa Singh <shilpa.si...@samsung.com>
Date:   Tue Aug 4 16:13:33 2015 +0200

    mbe: remove unnecessary keypad hide call from multibuttonentry.
    
    Summary:
    When editable set is set to FALSE, there is no need to specifically
    hide the keypad as keypad will automatically hide when entry is hidden.
    
    @fix
    
    Signed-off By: Kumar Navneet <k.navn...@samsung.com>
    
    Reviewers: woohyun, Hermet, CHAN, cedric
    
    Reviewed By: cedric
    
    Subscribers: subodh6129, navnbeet
    
    Differential Revision: https://phab.enlightenment.org/D2907
    
    Signed-off-by: Cedric BAIL <ced...@osg.samsung.com>
---
 src/lib/elc_multibuttonentry.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/lib/elc_multibuttonentry.c b/src/lib/elc_multibuttonentry.c
index 40c567f..9c8d15a 100644
--- a/src/lib/elc_multibuttonentry.c
+++ b/src/lib/elc_multibuttonentry.c
@@ -1728,7 +1728,6 @@ _elm_multibuttonentry_editable_set(Eo *obj EINA_UNUSED, 
Elm_Multibuttonentry_Dat
    else
      {
         elm_box_unpack(sd->box, sd->entry);
-        elm_entry_input_panel_hide(sd->entry);
         evas_object_hide(sd->entry);
      }
 }

-- 


Reply via email to