mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-25 16:50:50 +01:00
[apps/graph] ValuesController: if the selection change is temporary, we
don't need to avoid selecting hid cells
This commit is contained in:
committed by
LeaNumworks
parent
743bf7cf28
commit
3f329182b0
@@ -138,6 +138,9 @@ I18n::Message ValuesController::emptyMessage() {
|
||||
}
|
||||
|
||||
void ValuesController::tableViewDidChangeSelection(SelectableTableView * t, int previousSelectedCellX, int previousSelectedCellY, bool withinTemporarySelection) {
|
||||
if (withinTemporarySelection) {
|
||||
return;
|
||||
}
|
||||
const int i = selectedColumn();
|
||||
const int j = selectedRow();
|
||||
const int numberOfElementsInCol = numberOfElementsInColumn(i);
|
||||
|
||||
Reference in New Issue
Block a user