From 75c5affd4d7919a969ab65a4a28b6306686e5f9c Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Tue, 29 Sep 2015 16:01:00 -0300 Subject: HistoryGraph now notifies when the active item changes. Scatterplot now differentiates between interactive and programatic changes in x/y data. --- scatterplot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scatterplot.cpp') 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); } -- cgit v1.2.3