X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fdocs.cpp;fp=src%2Fdocs.cpp;h=15ef98c1a1680d5a8a0927a36f15a3e38e6fd01f;hp=5a73fe819f39ed0c337e040d64e0aeaf8b4c5b83;hb=fa1246da51720a6cd7fe4879a0a25795b13b2455;hpb=24a94b5f819d8d88bb540de2f6e02cf5cbf5eaad diff --git a/src/docs.cpp b/src/docs.cpp index 5a73fe8..15ef98c 100644 --- a/src/docs.cpp +++ b/src/docs.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: docs.cpp,v 1.39 2002/06/02 17:57:02 kevin Exp $ +** $Id: docs.cpp,v 1.40 2002/06/02 19:01:58 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 @@ -225,8 +225,8 @@ ProjectionFileDocument::OnOpenDocument(const wxString& filename) *theApp->getLog() << "Read projection file " << filename << "\n"; SetFilename(filename, true); Modify(false); - UpdateAllViews(); getView()->setInitialClientSize(); + UpdateAllViews(); m_bBadFileOpen = false; return true;