mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-03 03:56:30 +03:00
Minor change.
--HG-- branch : dev
This commit is contained in:
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user