From 8d0f2bb3660e5a34d07a44126e89c3eee13f92ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Lucas=20Golini?= Date: Thu, 12 Dec 2019 03:56:53 -0300 Subject: [PATCH] Minor change. --HG-- branch : dev --- src/eepp/ui/uitextinput.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/eepp/ui/uitextinput.cpp b/src/eepp/ui/uitextinput.cpp index 07cf21cb0..4b864791a 100644 --- a/src/eepp/ui/uitextinput.cpp +++ b/src/eepp/ui/uitextinput.cpp @@ -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 ) {