mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-29 19:49:58 +02:00
[apps/graph] Fix selection after editing a function successfully
This commit is contained in:
@@ -59,6 +59,7 @@ bool StorageListController::textFieldDidFinishEditing(TextField * textField, con
|
||||
|
||||
// Handle any error
|
||||
if (error == Ion::Storage::Record::ErrorStatus::None) {
|
||||
textField->setEditing(false, false);
|
||||
computeTitlesColumnWidth();
|
||||
int currentRow = m_selectableTableView.selectedRow();
|
||||
if (event == Ion::Events::Down && currentRow < numberOfRows() - 1) {
|
||||
|
||||
Reference in New Issue
Block a user