mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 16:57:31 +01:00
[escher] TextField: never flush the buffer when textField has only one
buffer
This commit is contained in:
@@ -48,7 +48,7 @@ void MenuController::willExitResponderChain(Responder * nextFirstResponder) {
|
||||
if (selectedRow >= 0 && selectedRow < m_scriptStore->numberOfScripts() && selectedColumn == 0) {
|
||||
TextField * tf = static_cast<ScriptNameCell *>(m_selectableTableView.selectedCell())->textField();
|
||||
if (tf->isEditing()) {
|
||||
tf->setEditing(false);
|
||||
tf->setEditing(false, false);
|
||||
textFieldDidAbortEditing(tf);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user