FIX scaleplot initial doesn't mean anything
This commit is contained in:
parent
01fda373eb
commit
1fe6f2e170
|
@ -185,7 +185,7 @@ end
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
-- scaled plot
|
-- 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)
|
M.initThemedScalePlot = function(x, y, w, h, f)
|
||||||
return _G_Widget_.ScalePlot(
|
return _G_Widget_.ScalePlot(
|
||||||
|
|
Loading…
Reference in New Issue