From 60a0bfb863aa2a05bafd943423c284f5c2d68863 Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Mon, 25 Jan 2016 19:55:52 +0100 Subject: Scatterplots & splat now share the same scaling. --- pm.pro | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'pm.pro') diff --git a/pm.pro b/pm.pro index f864b96..5678c22 100644 --- a/pm.pro +++ b/pm.pro @@ -14,7 +14,9 @@ HEADERS += main.h \ colormap.h \ historygraph.h \ barchart.h \ - interactionhandler.h \ + manipulationhandler.h \ + mapscalehandler.h \ + numericrange.h \ selectionhandler.h \ projectionobserver.h \ skelft.h \ @@ -29,7 +31,8 @@ SOURCES += main.cpp \ colormap.cpp \ historygraph.cpp \ barchart.cpp \ - interactionhandler.cpp \ + manipulationhandler.cpp \ + mapscalehandler.cpp \ selectionhandler.cpp \ projectionobserver.cpp \ skelft_core.cpp \ -- cgit v1.2.3