We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 109e3d1 commit 68dd38aCopy full SHA for 68dd38a
1 file changed
src/ScatterplotPlugin.cpp
@@ -569,7 +569,7 @@ void ScatterplotPlugin::selectPoints()
569
570
auto& navigationAction = navigator.getNavigationAction();
571
572
- navigationAction.getZoomSelectionAction().setEnabled(!targetSelectionIndices.empty() && !navigationAction.getFreezeNavigation().isChecked());
+ navigationAction.getZoomSelectionAction().setEnabled(!targetSelectionIndices.empty() && navigationAction.isNavigationActive());
573
574
_positionDataset->setSelectionIndices(targetSelectionIndices);
575
0 commit comments