X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fviews.cpp;h=e3922dafce711ee8e7c1c44a01ed10e76aa8bb50;hb=06066d9192936b4c4cc69847cd4c1f5aa7017829;hp=22c5e1234f1742a0c3eb9292f56e983aaae6b803;hpb=1f9d75d3e2159e69c52b83e1efe2397220d12c3f;p=ctsim.git diff --git a/src/views.cpp b/src/views.cpp index 22c5e12..e3922da 100644 --- a/src/views.cpp +++ b/src/views.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: views.cpp,v 1.169 2003/01/30 02:25:22 kevin Exp $ +** $Id: views.cpp,v 1.170 2003/01/30 21:53:16 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 @@ -2289,7 +2289,6 @@ PhantomFileView::OnRasterize (wxCommandEvent& event) *theApp->getLog() << os.str().c_str() << "\n"; pImageFile->labelAdd (os.str().c_str(), timer.timerEnd()); - OnUpdate(this, NULL); pRasterDoc->UpdateAllViews(this); pRasterDoc->getView()->setInitialClientSize(); pRasterDoc->Activate();