Minor change.

--HG--
branch : dev
This commit is contained in:
Martín Lucas Golini
2019-12-12 03:56:53 -03:00
parent a856357047
commit 8d0f2bb366

View File

@@ -600,7 +600,7 @@ UITextInput* UITextInput::setHintFont( Font* font ) {
}
Uint32 UITextInput::getHintCharacterSize() const {
return mHintStyleConfig.getFontCharacterSize();
return mHintCache->getCharacterSize();
}
UITextView * UITextInput::setHintCharacterSize( const Uint32 & characterSize ) {