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

rather than being rejected.
This commit is contained in:
Александр Закамалдин 2012-01-07 15:49:24 -06:00 committed by Dick Hollenbeck
parent 2caa72f063
commit 6d3fd3a01d
1 changed files with 10 additions and 0 deletions

View File

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