mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-28 18:20:14 +01:00
[apps/graph/values] Fix bug: select the derivative cell when displaying
the derivative column Change-Id: Idc67dc401e7eca63b400dbf0b0480b462aa78cbd
This commit is contained in:
@@ -281,6 +281,10 @@ void ValuesController::hasChangedTableData() {
|
||||
m_selectableTableView.dataHasChanged(true);
|
||||
}
|
||||
|
||||
void ValuesController::selectCellAtLocation(int i, int j) {
|
||||
m_selectableTableView.selectCellAtLocation(i, j);
|
||||
}
|
||||
|
||||
int ValuesController::activeRow() {
|
||||
return m_selectableTableView.selectedRow();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user