r347: no message
[ctsim.git] / src / views.cpp
index 42de3a170448f107f23076d14e6d84e46a538333..8f9b512f8e88aec0eca671f38afc0b3850b9aa4c 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: views.cpp,v 1.48 2001/01/02 13:57:30 kevin Exp $
+**  $Id: views.cpp,v 1.49 2001/01/02 15:58:18 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
@@ -1916,6 +1916,8 @@ END_EVENT_TABLE()
 PlotFileView::PlotFileView(void) 
 : wxView(), m_canvas(NULL), m_frame(NULL), m_pEZPlot(NULL)
 {
+  m_bMinSpecified = false;
+  m_bMaxSpecified = false;
 }
 
 PlotFileView::~PlotFileView(void)