yakov pushed a commit to branch master.

http://git.enlightenment.org/tools/erigo.git/commit/?id=99f7ffca241dabd9c1ab7e626fe1cee97812f39a

commit 99f7ffca241dabd9c1ab7e626fe1cee97812f39a
Author: Yakov Goldberg <yako...@samsung.com>
Date:   Sun Dec 13 15:55:17 2015 +0200

    Remove border drawing from _drop_target_enter cb
    
    Don't need to double call _wdg_border_draw from enter cb,
    because it is called from _drop_target_pos cb.
    It has to be called from pos cb because layout of drop target
    can be changed while dragging inside the same object (t.e. table).
---
 src/bin/gui/editor.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/bin/gui/editor.c b/src/bin/gui/editor.c
index 7feeafb..2406d1e 100644
--- a/src/bin/gui/editor.c
+++ b/src/bin/gui/editor.c
@@ -1524,7 +1524,6 @@ _drop_target_enter(void *data, Evas_Object *obj)
         ERR("Drop target is wrong. If you see this message, something is 
terribly wrong!");
         return;
      }
-   _wdg_border_draw(drop_target_wdg, EINA_TRUE, BORDER_DROP_TARGET);
 
    if (drop_target_wdg && !strcmp(wdg_class_name_get(drop_target_wdg), 
DB_DEF_TABLE_CLASS))
      {

-- 


Reply via email to