Make sure mClearAll is true after calling GetNaturalSize() 08/166108/1
authorminho.sun <minho.sun@samsung.com>
Fri, 5 Jan 2018 09:47:17 +0000 (18:47 +0900)
committerminho.sun <minho.sun@samsung.com>
Mon, 8 Jan 2018 02:38:42 +0000 (11:38 +0900)
commit04949a42de50ce2ab83b1134dc2a7a989834a0c1
tree94eb8f60d8b138a41b456c35ce0e0697804d94fa
parent98c2c30a5d13588cb67bbb68fca2e384a9040592
Make sure mClearAll is true after calling GetNaturalSize()

Currently, GetNaturalSize() sets mClearAll to false.

It can make bug when calling GetHeightForWidth right after
GetNaturalSize().

Change-Id: Ic290bcdbb649402a1c06f32b63eadb434d7bf867
Signed-off-by: minho.sun <minho.sun@samsung.com>
dali-toolkit/internal/text/text-controller.cpp