mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[app/shared] Fix textfield emptying on syntax error
This commit is contained in:
@@ -41,7 +41,7 @@ void BufferTextViewWithTextField::drawRect(KDContext * ctx, KDRect rect) const {
|
||||
|
||||
void BufferTextViewWithTextField::didBecomeFirstResponder() {
|
||||
app()->setFirstResponder(&m_textField);
|
||||
m_textField.setEditing(true, true);
|
||||
m_textField.setEditing(true, false);
|
||||
markRectAsDirty(bounds());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user