r443: no message
[ctsim.git] / src / ctsim.cpp
index 3736f8d9164589f91ec1599632e40df311b75497..aa72923c3a7b9d32ce844e9d17b8d15cfb80e91a 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: ctsim.cpp,v 1.45 2001/01/26 23:23:00 kevin Exp $
+**  $Id: ctsim.cpp,v 1.46 2001/01/27 01:51:47 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.45 2001/01/26 23:23:00 kevin Exp $";
+static const char* rcsindent = "$Id: ctsim.cpp,v 1.46 2001/01/27 01:51:47 kevin Exp $";
 
 struct option CTSimApp::ctsimOptions[] = 
 {
@@ -769,8 +769,10 @@ CTSimApp::newProjectionDoc()
     ProjectionFileView* pView = newDoc->getView();
     if (pView) {
       wxFrame* pFrame = pView->getFrame();
-      if (pFrame)
+      if (pFrame) {
         pFrame->SetSize(0,0);
+        pFrame->Show (false);
+      }
     }
     newDoc->OnNewDocument();
 //    newDoc->SetFilename(strFilename, true);
@@ -790,8 +792,10 @@ CTSimApp::newImageDoc()
     ImageFileView* pView = newDoc->getView();
     if (pView) {
       wxFrame* pFrame = pView->getFrame();
-      if (pFrame)
+      if (pFrame) {
         pFrame->SetSize(0,0);
+        pFrame->Show (false);
+      }
     }
     newDoc->OnNewDocument();
 //    newDoc->SetFilename(strFilename, true);