r465: no message
[ctsim.git] / src / ctsim.cpp
index f18a0eebb0403a9f6bdb0ebab13e20635fab268a..d24d9797cc0a69dc7a70ee6a90927cf21ee7b9b1 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: ctsim.cpp,v 1.55 2001/01/28 21:57:09 kevin Exp $
+**  $Id: ctsim.cpp,v 1.56 2001/01/28 22:45:54 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
@@ -70,7 +70,7 @@
 #endif
 #endif
 
-static const char* rcsindent = "$Id: ctsim.cpp,v 1.55 2001/01/28 21:57:09 kevin Exp $";
+static const char* rcsindent = "$Id: ctsim.cpp,v 1.56 2001/01/28 22:45:54 kevin Exp $";
 
 struct option CTSimApp::ctsimOptions[] = 
 {
@@ -819,6 +819,7 @@ CTSimApp::newPlotDoc()
         wxSize size;
         m_pFrame->GetClientSize (&size.x, &size.y);
         pFrame->SetSize (size.x / 2, size.y / 2);
+        pFrame->Show (false);
       }
     }
     newDoc->OnNewDocument();