X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=libctgraphics%2Fezset.cpp;h=222b3cd5a77c08d1986847f7b0be87cf9002a160;hb=05eec54adcba8e2b7a8cdb4599de45ae131e1706;hp=718b2504ec77df2504035502c599ebcf9fea8d9f;hpb=df761d2b3cac3d347f4ef0f9f69e88d3bb66b2fa;p=ctsim.git diff --git a/libctgraphics/ezset.cpp b/libctgraphics/ezset.cpp index 718b250..222b3cd 100644 --- a/libctgraphics/ezset.cpp +++ b/libctgraphics/ezset.cpp @@ -6,7 +6,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: ezset.cpp,v 1.14 2000/12/27 20:09:19 kevin Exp $ +** $Id: ezset.cpp,v 1.15 2000/12/29 15:45:06 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -81,7 +81,7 @@ EZPlot::do_cmd (int lx) } break; case S_REPLOT: - plot (); + plot (m_pSGP); break; case S_CLEAR: clearCurves ();