rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=1481672773cafbd2b0ba1aaf56684439229aef6f

commit 1481672773cafbd2b0ba1aaf56684439229aef6f
Author: Vitalii Vorobiov <[email protected]>
Date:   Tue Jul 5 17:59:01 2016 +0300

    group_navigator: when part is added, there is no need in holding part type
    
    @fix
---
 src/bin/ui/workspace/group_navigator.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/ui/workspace/group_navigator.c 
b/src/bin/ui/workspace/group_navigator.c
index 823ebbb..c00b723 100644
--- a/src/bin/ui/workspace/group_navigator.c
+++ b/src/bin/ui/workspace/group_navigator.c
@@ -897,6 +897,7 @@ _popup_add_part_ok_clicked(void *data,
         msg = eina_stringshare_printf(_("added new part \"%s\""), name);
         change = change_add(msg);
         CRIT_ON_FAIL(editor_part_add(pl->group->edit_object, change, false, 
true, name, type));
+        pl->popup.part_type = 0; /* get that selected stuff down, next type 
RECT again */
      }
 
    history_change_add(pl->group->history, change);

-- 


Reply via email to