X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fviews.cpp;h=8f9b512f8e88aec0eca671f38afc0b3850b9aa4c;hb=23b7ef994fc5d95fcca6d4ae69abbd5971101262;hp=42de3a170448f107f23076d14e6d84e46a538333;hpb=509867c3881244c36d3235c5f8ca8bb071e669a4;p=ctsim.git diff --git a/src/views.cpp b/src/views.cpp index 42de3a1..8f9b512 100644 --- a/src/views.cpp +++ b/src/views.cpp @@ -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)