rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=1d52c4a32c669fadc464c39112f8812aa57dd99e

commit 1d52c4a32c669fadc464c39112f8812aa57dd99e
Author: Mykyta Biliavskyi <m.biliavs...@samsung.com>
Date:   Tue Nov 17 11:32:20 2015 +0000

    Property: unset and hide any previous content.
    
    This commit fix deffect, when frames inside property layout
    drops styles.
    Reproduce:
       - lunch Eflete.
       - load project and open style.
       - switch tabs in order: images, sounds, textblock styles, opened style.
       - select part.
       Result: frames dropped styles.
    
    @fix
    
    Change-Id: I4f552d32e4ab3cb52131ded6c3063c94896bd908
---
 src/bin/ui/property.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/bin/ui/property.c b/src/bin/ui/property.c
index 87b579f..d811b7d 100644
--- a/src/bin/ui/property.c
+++ b/src/bin/ui/property.c
@@ -214,6 +214,9 @@ _on_tab_changed(void *data,
         evas_object_hide(pd->sound_property);
         evas_object_hide(pd->style_property);
      }
+
+   //evas_object_hide(elm_object_content_unset(pd->layout));
+   elm_object_content_set(pd->layout, pd->group_property);
    ui_property_group_set(pd->group_property, group);
 
    pd->type = PROPERTY;

-- 


Reply via email to