mirror of
https://github.com/edubart/otclient.git
synced 2025-10-19 14:03:26 +02:00
Improve multiline text selection, closes #507
This commit is contained in:
@@ -659,7 +659,7 @@ void UITextEdit::onFocusChange(bool focused, Fw::FocusReason reason)
|
||||
else
|
||||
blinkCursor();
|
||||
update(true);
|
||||
} else
|
||||
} else if(m_selectable)
|
||||
clearSelection();
|
||||
UIWidget::onFocusChange(focused, reason);
|
||||
}
|
||||
|
Reference in New Issue
Block a user