rimmed pushed a commit to branch master.

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

commit e35808b52bfef601e0e9302a85f91108f17cfbe4
Author: Vitalii Vorobiov <[email protected]>
Date:   Thu Jul 14 16:45:15 2016 +0300

    property_textblock: fix Background isn't displayed in Preview and program 
aborted
    
    @fix
---
 src/bin/ui/property/property_textblock.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/ui/property/property_textblock.c 
b/src/bin/ui/property/property_textblock.c
index df9c3a6..91088e9 100644
--- a/src/bin/ui/property/property_textblock.c
+++ b/src/bin/ui/property/property_textblock.c
@@ -638,6 +638,7 @@ _change_cb(Property_Attribute *pa, Property_Action *action)
          CRIT_ON_FAIL(editor_save(ap.project->global_object));
          ap.project->changed = true;
          elm_object_disabled_set(pa->action2.control, !tpd.bg_check);
+         break;
       case ATTRIBUTE_TEXTBLOCK_ITEM_FORMAT_BG_COLOR_COLOR:
          tpd.bg_color.r = r;
          tpd.bg_color.g = g;

-- 


Reply via email to