mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-21 14:50:44 +01:00
[apps/shared] Deselect table in float parameter controller when
disappearing Change-Id: I59baf6b9d578b9d5045287f7c9ba65ff53abbda9
This commit is contained in:
@@ -71,7 +71,9 @@ void RangeParameterController::tableViewDidChangeSelection(SelectableTableView *
|
||||
if (previousSelectedCellY < numberOfRows()-1 && previousSelectedCellY >= 0 && previousSelectedCellY !=2) {
|
||||
MessageTableCellWithEditableText * myCell = (MessageTableCellWithEditableText *)t->cellAtLocation(previousSelectedCellX, previousSelectedCellY);
|
||||
myCell->setEditing(false);
|
||||
app()->setFirstResponder(t);
|
||||
if (t->selectedRow() >= 0) {
|
||||
app()->setFirstResponder(t);
|
||||
}
|
||||
}
|
||||
if (t->selectedRow() == numberOfRows()-1) {
|
||||
Button * myNewCell = (Button *)t->cellAtLocation(t->selectedColumn(), t->selectedRow());
|
||||
|
||||
Reference in New Issue
Block a user