diff --git a/cocos2dx/label_nodes/CCLabelTTF.cpp b/cocos2dx/label_nodes/CCLabelTTF.cpp index 2e48263ec0..372331ad86 100644 --- a/cocos2dx/label_nodes/CCLabelTTF.cpp +++ b/cocos2dx/label_nodes/CCLabelTTF.cpp @@ -198,7 +198,9 @@ float CCLabelTTF::getFontSize() void CCLabelTTF::setFontSize(float fontSize) { if (m_fFontSize != fontSize) - { + { + m_fFontSize = fontSize; + // Force update if (m_string.size() > 0) {