mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-28 01:59:59 +01:00
[apps] clean
Change-Id: I0f1709c1559109628ffe0f21a0b29751cfca46aa
This commit is contained in:
@@ -252,7 +252,6 @@ void ValuesController::editValue(const char * initialText) {
|
||||
}
|
||||
}
|
||||
int cursorLocation = strlen(initialTextContent) + cursorDelta;
|
||||
|
||||
EditableValueCell * cell = (EditableValueCell *)m_selectableTableView.cellAtLocation(0, activeRow());
|
||||
cell->setParentResponder(&m_selectableTableView);
|
||||
cell->editValue(initialTextContent, cursorLocation, this,
|
||||
|
||||
Reference in New Issue
Block a user