aboutsummaryrefslogtreecommitdiff
path: root/scatterplot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scatterplot.cpp')
-rw-r--r--scatterplot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scatterplot.cpp b/scatterplot.cpp
index 81a55b9..e22eafd 100644
--- a/scatterplot.cpp
+++ b/scatterplot.cpp
@@ -359,5 +359,5 @@ void Scatterplot::applyManipulation()
m_xy.row(*it) = row;
}
- emit xyChanged(m_xy);
+ emit xyInteractivelyChanged(m_xy);
}