Statistics and selecting multiple columns or rows
Framework for numerical computations, data analysis and visualisation
Brought to you by:
numere
If one selects multiple columns or rows in the table viewer the statistics are only calculated for the last selected column/row instead for all selected ones.
The event handler void TableViewer::OnCellRangeSelect(wxGridRangeSelectEvent& event) does only handle the latest selected row or column. Therefore, we have to cache the currently selected coordinates and re-calculate the topleft and bottomright corners each time, the handler is called.
Fix was tested manually. No deviations detected.
Anonymous
Diff:
Diff:
Diff:
Related
Commit: [r1001]
Diff: