From 1fe6f2e170495984f9b876d1436d75b3a52ff036 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Mon, 12 Jul 2021 11:19:56 -0400 Subject: [PATCH] FIX scaleplot initial doesn't mean anything --- drawing/Common.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drawing/Common.lua b/drawing/Common.lua index 75f29ba..eac4abf 100644 --- a/drawing/Common.lua +++ b/drawing/Common.lua @@ -185,7 +185,7 @@ end -------------------------------------------------------------------------------- -- scaled plot -M.base_2_scale_data = _G_Widget_.scale_data(2, 1, 0.9) +M.base_2_scale_data = _G_Widget_.scale_data(2, 0, 0.9) M.initThemedScalePlot = function(x, y, w, h, f) return _G_Widget_.ScalePlot(