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.navneet@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 <cedric@osg.samsung.com>
This commit is contained in:
Shilpa Singh 2015-08-04 16:13:33 +02:00 committed by Cedric BAIL
parent 97d3b02a49
commit 190c774d04
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}
}