X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fctsim.cpp;h=d24d9797cc0a69dc7a70ee6a90927cf21ee7b9b1;hp=f18a0eebb0403a9f6bdb0ebab13e20635fab268a;hb=5f4aaf9a5ecff050f19a405bd274353a1b935163;hpb=7ef11714a9a0ac96f523fcd85f64c671a8cee26f diff --git a/src/ctsim.cpp b/src/ctsim.cpp index f18a0ee..d24d979 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.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();