rimmed pushed a commit to branch master.

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

commit cdb4880d6a93eb6f611478fe2e6016bbec08bfe9
Author: Vitalii Vorobiov <vi.vorob...@samsung.com>
Date:   Fri Jul 10 16:42:01 2015 +0300

    Live View Property: change parent for Check
    
    When there was too many Swallows (or texts) it was spamming with 
'recalculation'
    into console.
    
    @fix #44705
---
 src/bin/ui/live_view/live_view_prop.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bin/ui/live_view/live_view_prop.c 
b/src/bin/ui/live_view/live_view_prop.c
index fb4e5de..f9f54b6 100644
--- a/src/bin/ui/live_view/live_view_prop.c
+++ b/src/bin/ui/live_view/live_view_prop.c
@@ -294,7 +294,7 @@ live_view_property_style_set(Evas_Object *property,
                 If we have box or frame as a parent it doesn't work at all.
                 Check just doesn't show it's content (part name) but should.
                 This problem appears when we add first text part into group */
-             CHECK_ADD(property, check);
+             CHECK_ADD(parent, check);
              elm_object_part_text_set(check, NULL, part_name);
 
              evas_object_smart_callback_add(check, "changed",
@@ -314,7 +314,7 @@ live_view_property_style_set(Evas_Object *property,
                 If we have box or frame as a parent it doesn't work at all.
                 Check just doesn't show it's content (part name) but should.
                 This problem appears when we add first text part into group */
-             CHECK_ADD(property, check);
+             CHECK_ADD(parent, check);
              elm_object_part_text_set(check, NULL, part_name);
 
              evas_object_smart_callback_add(check, "changed",

-- 


Reply via email to