From f8ba3140d93f583ec6da91dbb3fadc8378b29598 Mon Sep 17 00:00:00 2001 From: koldo Date: Tue, 6 Nov 2018 11:00:19 +0000 Subject: [PATCH] *ScatterDraw: Fix git-svn-id: svn://ultimatepp.org/upp/trunk@12472 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/ScatterDraw/ScatterDraw.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/uppsrc/ScatterDraw/ScatterDraw.cpp b/uppsrc/ScatterDraw/ScatterDraw.cpp index 7ed874a58..856108d80 100644 --- a/uppsrc/ScatterDraw/ScatterDraw.cpp +++ b/uppsrc/ScatterDraw/ScatterDraw.cpp @@ -54,6 +54,9 @@ ScatterDraw::ScatterDraw() { serializeFormat = true; responsive = false; responsivenessFactor = 1; + plotScaleX = 1; + plotScaleY = 1; + plotScaleAvg = 1; surf = 0; surfRainbow = BLUE_YELLOW_RED; surfNumColor = 4;