*ScatterDraw: Fix

git-svn-id: svn://ultimatepp.org/upp/trunk@12472 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
koldo 2018-11-06 11:00:19 +00:00
parent 37eb15abde
commit f8ba3140d9

View file

@ -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;