mirror of
https://github.com/edubart/otclient.git
synced 2025-10-19 22:13:27 +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)
|
void UITextEdit::setTextHidden(bool hidden)
|
||||||
{
|
{
|
||||||
m_textHidden = true;
|
m_textHidden = hidden;
|
||||||
update(true);
|
update(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user