efl_canvas_text: fix to set halign correctly 80/206280/1
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Wed, 15 May 2019 12:53:02 +0000 (21:53 +0900)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Thu, 16 May 2019 04:31:55 +0000 (13:31 +0900)
commita344c14a42e76e37a3534f002a88258f62e63356
treef26f9d0c4023ec93fcbbc385da73efedc31096c3
parent9f91f47d6449a1d1fa793b9fa6845590623d903a
efl_canvas_text: fix to set halign correctly

Previously, halign_auto was AUTO_NORMAL when halign was set so the given
halign value could not be applied correctly.

Now, halign_auto is modified to AUTO_NONE before halign is set so the
given halign value is applied correctly.

Change-Id: I853b9900529b8fcc06430659382c1f5565a67e6c
src/lib/evas/canvas/evas_object_textblock.c