stefan pushed a commit to branch efl-1.23.

http://git.enlightenment.org/core/efl.git/commit/?id=b88ec82b5c3570e6d9096d4a8ff7bb4e107d6bc6

commit b88ec82b5c3570e6d9096d4a8ff7bb4e107d6bc6
Author: Mike Blumenkrantz <[email protected]>
Date:   Thu Oct 3 14:01:35 2019 +0200

    doc: improve colorselector preview
    
    Summary:
    this has always been broken, it was just never noticed because colorselector
    was broken
    
    @fix
    
    ref T8304
    
    Reviewers: segfaultxavi
    
    Reviewed By: segfaultxavi
    
    Subscribers: segfaultxavi, cedric, #reviewers, #committers
    
    Tags: #efl
    
    Maniphest Tasks: T8304
    
    Differential Revision: https://phab.enlightenment.org/D10278
---
 doc/widgets/widget_preview_colorselector.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/widgets/widget_preview_colorselector.c 
b/doc/widgets/widget_preview_colorselector.c
index 784a2d67b4..48b3daca29 100644
--- a/doc/widgets/widget_preview_colorselector.c
+++ b/doc/widgets/widget_preview_colorselector.c
@@ -8,6 +8,7 @@ evas_object_show(bx);
 Evas_Object *o = elm_colorselector_add(win);
 evas_object_size_hint_weight_set(o, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
 evas_object_size_hint_align_set(o, EVAS_HINT_FILL, EVAS_HINT_FILL);;
+elm_colorselector_palette_item_selected_set(eina_list_data_get(elm_colorselector_palette_items_get(o)),
 EINA_TRUE);
 elm_box_pack_end(bx, o);
 evas_object_show(o);
 

-- 


Reply via email to