mirror of https://github.com/axmolengine/axmol.git
set font size when changed
This commit is contained in:
parent
c0946a9b99
commit
9c58f13abb
|
@ -198,7 +198,9 @@ float CCLabelTTF::getFontSize()
|
||||||
void CCLabelTTF::setFontSize(float fontSize)
|
void CCLabelTTF::setFontSize(float fontSize)
|
||||||
{
|
{
|
||||||
if (m_fFontSize != fontSize)
|
if (m_fFontSize != fontSize)
|
||||||
{
|
{
|
||||||
|
m_fFontSize = fontSize;
|
||||||
|
|
||||||
// Force update
|
// Force update
|
||||||
if (m_string.size() > 0)
|
if (m_string.size() > 0)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue