multibuttonentry: item object scale set is not need when theme applied.

Summary:
An item size calculated with scale value when item appended.
This code is not need.

@fix

Reviewers: Hermet, woohyun, cedric

Reviewed By: cedric

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D2840

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
This commit is contained in:
woochan lee 2015-08-04 16:02:25 +02:00 committed by Cedric BAIL
parent e22bf93a67
commit 79242eb4cc
1 changed files with 0 additions and 1 deletions

View File

@ -94,7 +94,6 @@ _elm_multibuttonentry_elm_widget_theme_apply(Eo *obj, Elm_Multibuttonentry_Data
if (VIEW(item))
elm_layout_theme_set
(VIEW(item), "multibuttonentry", "btn", elm_widget_style_get(obj));
elm_object_scale_set(VIEW(item), elm_widget_scale_get(obj) * elm_config_scale_get());
}
elm_widget_theme_object_set