multibuttonentry: item object scale set is not need when theme applied.
authorwoochan lee <wc0917.lee@samsung.com>
Tue, 4 Aug 2015 14:02:25 +0000 (16:02 +0200)
committerCedric BAIL <cedric@osg.samsung.com>
Tue, 4 Aug 2015 14:02:29 +0000 (16:02 +0200)
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>
legacy/elementary/src/lib/elc_multibuttonentry.c

index f1281e0..40c567f 100644 (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