efl_ui_textpath: fix a center align but that doesn't happen at text_set().
authorHermet Park <hermetpark@gmail.com>
Mon, 24 Jun 2019 12:29:14 +0000 (21:29 +0900)
committerJongmin Lee <jm105.lee@samsung.com>
Wed, 26 Jun 2019 01:43:43 +0000 (10:43 +0900)
commit6ed1005c93ba633b79b730bc7397900f0403a5c0
treea7788e84037a92e89b6f56929d3e2750681678ab
parent567f1ef8f50fcb90e4c4a4397bc2c3d0ace47835
efl_ui_textpath: fix a center align but that doesn't happen at text_set().

When textpath obj has a new text data, it must update center align position
based on the new text length. Previously, it missed that logic.

@fix

Change-Id: Ie30754bc11847f2c3c4a97d10a9209486fb9f6b1