okra pushed a commit to branch master.

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

commit bc0ccf9ebb6d0eb18a4bf6ee935824f12da611d7
Author: Stephen okra Houston <[email protected]>
Date:   Tue Nov 8 12:18:38 2016 -0600

    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 8970ceb..309375b 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

-- 


Reply via email to