rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=10413a2091dec2067bd9650c52266df79ccada45

commit 10413a2091dec2067bd9650c52266df79ccada45
Author: Vitalii Vorobiov <vi.vorob...@samsung.com>
Date:   Tue Apr 19 20:06:22 2016 +0300

    property_group: show frame with part properties on next part selections
    
    Fixes T3481
---
 src/bin/ui/property_group.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/bin/ui/property_group.c b/src/bin/ui/property_group.c
index ec75b13..8912b8d 100644
--- a/src/bin/ui/property_group.c
+++ b/src/bin/ui/property_group.c
@@ -2483,8 +2483,6 @@ ui_property_part_set(Evas_Object *property, Part *part)
         elm_box_pack_end(box, item);
         item = prop_part_drag_event_add(box, pd);
         elm_box_pack_end(box, item);
-
-        elm_box_pack_after(prop_box, pd_part.frame, 
pd->attributes.group.frame);
      }
    else
      {
@@ -2558,6 +2556,9 @@ ui_property_part_set(Evas_Object *property, Part *part)
           evas_object_hide(pd_part.source_item);
        }
 
+   evas_object_show(pd_part.frame);
+   elm_box_pack_after(prop_box, pd_part.frame, pd->attributes.group.frame);
+
    prop_part_drag_control_disable_set(pd, true);
    evas_object_geometry_get(prop_box, NULL, NULL, NULL, &h_box);
    elm_scroller_region_get(pd->scroller, NULL, &y_reg, NULL, &h_reg);

-- 


Reply via email to