efl/src
Ali Alzyod f126c7f06c efl_ui_textbox: preserve changing user color set
Summary:
setting color inside the constructor call will be override in theme apply because it happen later.
txt = efl_add(EFL_UI_TEXTBOX_CLASS, win,
               efl_text_color_set(efl_added, 0, 255, 0, 255));

Now we will preserve user choice, to not change it during theme apply.

Test Plan: ninja test

Reviewers: woohyun, bu5hm4n, zmike, segfaultxavi

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D11942
2020-08-05 13:33:03 +09:00
..
benchmarks benchmark: eina: remove outdated ecore_hash 2020-07-06 17:14:36 +02:00
bin embryo: fix a integer(cell) overflow problem 2020-08-04 14:48:02 +09:00
bindings Fix typos - (Part #3) 2020-07-06 10:52:51 +02:00
edje_external emotion: remove all left overs from removed backends 2020-06-05 12:47:43 +02:00
examples edje example - dont leak text 2020-07-16 21:00:36 +01:00
generic Get rid of trailing whitespaces (3 / 14) 2020-06-23 10:28:13 +02:00
lib efl_ui_textbox: preserve changing user color set 2020-08-05 13:33:03 +09:00
modules evas_gl_core: fix memory leak of EVGL_Resource 2020-08-03 18:43:36 +09:00
scripts build: disable elua by default, plus nicer detection 2020-06-06 19:28:26 +02:00
static_libs canvas svg: fix missing break. 2020-06-02 13:18:17 +09:00
tests efl_ui_textbox: preserve changing user color set 2020-08-05 13:33:03 +09:00
wayland_protocol refactor build 2020-05-27 11:06:46 +02:00