From c2f006f37aef4f94b5e2de0fc7242e694a95f2b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80=20?= =?UTF-8?q?=D0=97=D0=B0=D0=BA=D0=B0=D0=BC=D0=B0=D0=BB=D0=B4=D0=B8=D0=BD?= Date: Sat, 7 Jan 2012 15:49:24 -0600 Subject: [PATCH] Patch drifted with time, and a patch hunk was erroneously applied by the patch program, rather than being rejected. --- include/plot_common.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/include/plot_common.h b/include/plot_common.h index 82503f21ea..b336e17fb2 100644 --- a/include/plot_common.h +++ b/include/plot_common.h @@ -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 );