- 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
// Clear the update info. This info will be set the next time the text is updated.
mImpl->mTextUpdateInfo.Clear();
+ mImpl->mTextUpdateInfo.mClearAll = true;
// Restore the actual control's width.
mImpl->mModel->mVisualModel->mControlSize.width = actualControlWidth;