herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=42a3c773c08fc47c92056d05e74db549a16ea6c9
commit 42a3c773c08fc47c92056d05e74db549a16ea6c9 Author: Daniel Hirt <daniel.h...@samsung.com> Date: Wed Oct 5 17:09:53 2016 +0300 Ui text: update all decorations on resize --- src/lib/elementary/efl_ui_text.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/elementary/efl_ui_text.c b/src/lib/elementary/efl_ui_text.c index 0967ece..1b6640a 100644 --- a/src/lib/elementary/efl_ui_text.c +++ b/src/lib/elementary/efl_ui_text.c @@ -2980,6 +2980,7 @@ _efl_ui_text_resize_internal(Evas_Object *obj) } if (sd->hoversel) _hoversel_position(obj); + _decoration_defer_all(obj); } static void --