mirror of
https://github.com/edubart/otclient.git
synced 2025-04-29 17:19:20 +02:00
Fix UITextEdit::setTextHidden ignoring the hidden param and always setting the member variable to true
This commit is contained in:
parent
872abf05f4
commit
9c9b85ac5e
@ -369,7 +369,7 @@ void UITextEdit::setSelection(int start, int end)
|
||||
|
||||
void UITextEdit::setTextHidden(bool hidden)
|
||||
{
|
||||
m_textHidden = true;
|
||||
m_textHidden = hidden;
|
||||
update(true);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user