mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-24 16:20:49 +01:00
[apps/shared] didChangeCell reload only cells corresponding to the
modified abscissa
This commit is contained in:
committed by
LeaNumworks
parent
cd7071277b
commit
e87a096689
@@ -207,6 +207,10 @@ Shared::Interval * ValuesController::intervalAtColumn(int columnIndex) {
|
||||
|
||||
// Number of columns
|
||||
|
||||
int ValuesController::numberOfColumnsForAbscissaColumn(int column) {
|
||||
return numberOfColumnsForPlotType((int)plotTypeAtColumn(&column));
|
||||
}
|
||||
|
||||
int ValuesController::numberOfColumnsForRecord(Ion::Storage::Record record) const {
|
||||
ExpiringPointer<ContinuousFunction> f = functionStore()->modelForRecord(record);
|
||||
ContinuousFunction::PlotType plotType = f->plotType();
|
||||
|
||||
Reference in New Issue
Block a user