mirror of
https://github.com/edubart/otclient.git
synced 2025-10-18 21:43:26 +02:00
Fix UITextEdit::setTextHidden ignoring the hidden param and always setting the member variable to true
This commit is contained in:
@@ -369,7 +369,7 @@ void UITextEdit::setSelection(int start, int end)
|
||||
|
||||
void UITextEdit::setTextHidden(bool hidden)
|
||||
{
|
||||
m_textHidden = true;
|
||||
m_textHidden = hidden;
|
||||
update(true);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user