From bc0ccf9ebb6d0eb18a4bf6ee935824f12da611d7 Mon Sep 17 00:00:00 2001 From: Stephen okra Houston Date: Tue, 8 Nov 2016 12:18:38 -0600 Subject: [PATCH] Luncher Gadget: Don't set aspect twice. --- src/modules/luncher/bar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/luncher/bar.c b/src/modules/luncher/bar.c index 8970ceb9a..309375bb2 100644 --- a/src/modules/luncher/bar.c +++ b/src/modules/luncher/bar.c @@ -1616,7 +1616,7 @@ _bar_drop_move(void *data, const char *type EINA_UNUSED, void *event_data) elm_box_unpack(inst->o_icon_con, inst->place_holder); if (inst->drop_before) elm_box_pack_before(inst->o_icon_con, inst->place_holder, inst->drop_before->o_layout); - _bar_aspect(inst); + //_bar_aspect(inst); } static void