Previous model height return problem fixed 73/166373/2
authorJinho, Lee <jeano.lee@samsung.com>
Mon, 18 Dec 2017 13:45:00 +0000 (22:45 +0900)
committerMinho Sun <minho.sun@samsung.com>
Fri, 20 Apr 2018 00:06:00 +0000 (00:06 +0000)
commite2e0eec8d2b46b908bd0f40f2edca3d7100ade7c
treecb2a9b8b87ce8ceda05460913a1fed7c46440836
parent8928813fb057c91497d9ad57c6a580ffe40bd054
Previous model height return problem fixed

 - GetHeightForWidth is returend text layout size.
 - In two consecutive calls, this function return the previous height value, not the height value of the new model after the first time.

Change-Id: I71e8f841fd0cb0c6b816b9996344c7cd0d27530e
dali-toolkit/internal/text/text-controller.cpp