aboutsummaryrefslogtreecommitdiff
path: root/scatterplot.cpp
diff options
context:
space:
mode:
authorSamuel Fadel <samuelfadel@gmail.com>2015-09-29 16:01:00 -0300
committerSamuel Fadel <samuelfadel@gmail.com>2015-09-29 16:01:00 -0300
commit75c5affd4d7919a969ab65a4a28b6306686e5f9c (patch)
treea2f7da22e641dfaba352da42e066e8e659cf72f8 /scatterplot.cpp
parent30f327b2fd25104916bffe6fe76823f0dbe35a72 (diff)
HistoryGraph now notifies when the active item changes. Scatterplot now differentiates between interactive and programatic changes in x/y data.
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);
}