r318: *** empty log message ***
[ctsim.git] / libctgraphics / ezset.cpp
index 718b2504ec77df2504035502c599ebcf9fea8d9f..222b3cd5a77c08d1986847f7b0be87cf9002a160 100644 (file)
@@ -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 ();