Skip to content

Commit 576ee4a

Browse files
committed
Let's not do this unrelated change in this PR
1 parent 998e449 commit 576ee4a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/ScatterplotPlugin.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -730,6 +730,8 @@ void ScatterplotPlugin::positionDatasetChanged()
730730
return;
731731

732732
_positionSourceDataset = _positionDataset->getSourceDataset<Points>();
733+
734+
_numPoints = _positionDataset->getNumPoints();
733735

734736
_scatterPlotWidget->getPointRendererNavigator().resetView(true);
735737
_scatterPlotWidget->getDensityRendererNavigator().resetView(true);

0 commit comments

Comments
 (0)