rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=8ec06db5f8335d5ce7daa7797ad50ca7e03dcf93

commit 8ec06db5f8335d5ce7daa7797ad50ca7e03dcf93
Author: Andrii Kroitor <[email protected]>
Date:   Tue Sep 27 17:37:43 2016 +0300

    property_group: hide properties for alias
---
 src/bin/ui/property/property_group.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/ui/property/property_group.c 
b/src/bin/ui/property/property_group.c
index 4280ac0..ecb78e9 100644
--- a/src/bin/ui/property/property_group.c
+++ b/src/bin/ui/property/property_group.c
@@ -404,6 +404,7 @@ _filter_cb(Property_Attribute *pa)
    assert(pa != NULL);
 
    if (!group_pd.group) return false;
+   if (group_pd.group->main_group != NULL) return false;
 
    switch (pa->type.group_item)
      {

-- 


Reply via email to