Merge pull request #13975 from zilongshanren/fixIssue11259

don't change Text's dimension when label scale.
This commit is contained in:
pandamicro 2015-09-22 01:49:20 +08:00
commit eec67ea13b
1 changed files with 0 additions and 1 deletions

View File

@ -309,7 +309,6 @@ void Text::labelScaleChangedWithSize()
{
if (_ignoreSize)
{
_labelRenderer->setDimensions(0,0);
_labelRenderer->setScale(1.0f);
_normalScaleValueX = _normalScaleValueY = 1.0f;
}