Commit 6d3fd3a0 authored by Александр Закамалдин's avatar Александр Закамалдин Committed by Dick Hollenbeck

Patch drifted with time, and a patch hunk was erroneously applied by the patch program,

rather than being rejected.
parent 2caa72f0
......@@ -362,6 +362,16 @@ public:
plot_scale_adjX = scaleX;
plot_scale_adjY = scaleY;
}
virtual void set_plot_width_adj( double width )
{
plot_width_adj = width;
}
virtual double get_plot_width_adj()
{
return plot_width_adj;
}
virtual void set_viewport( wxPoint aOffset, double aScale, bool aMirror );
virtual void rect( wxPoint p1, wxPoint p2, FILL_T fill, int width = -1 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment