Patch drifted with time, and a patch hunk was erroneously applied by the patch program,
rather than being rejected.
This commit is contained in:
parent
2caa72f063
commit
6d3fd3a01d
|
@ -363,6 +363,16 @@ public:
|
||||||
plot_scale_adjY = scaleY;
|
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 set_viewport( wxPoint aOffset, double aScale, bool aMirror );
|
||||||
virtual void rect( wxPoint p1, wxPoint p2, FILL_T fill, int width = -1 );
|
virtual void rect( wxPoint p1, wxPoint p2, FILL_T fill, int width = -1 );
|
||||||
virtual void circle( wxPoint pos, int diametre, FILL_T fill, int width = -1 );
|
virtual void circle( wxPoint pos, int diametre, FILL_T fill, int width = -1 );
|
||||||
|
|
Loading…
Reference in New Issue