X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fctsim.cpp;h=aa72923c3a7b9d32ce844e9d17b8d15cfb80e91a;hp=3736f8d9164589f91ec1599632e40df311b75497;hb=0c4d286b980e2d617b926f9dbea7572eaf1897cd;hpb=a18f7b9629e21da7c33abc59718b5ab150f3e3d1 diff --git a/src/ctsim.cpp b/src/ctsim.cpp index 3736f8d..aa72923 100644 --- a/src/ctsim.cpp +++ b/src/ctsim.cpp @@ -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);