X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=src%2Fviews.cpp;h=88e5f042fc7dc22b2a030fec80d9713b98c7b42f;hb=29ef5a345e52e49ee9e37b347103b564321c903d;hp=c2d5e06dd75c5b5eb52c49578504b161947a6e8b;hpb=8ce2829ff2e939b021bdae6cdc3d825bc43938f2;p=ctsim.git diff --git a/src/views.cpp b/src/views.cpp index c2d5e06..88e5f04 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.166 2003/01/29 07:11:17 kevin Exp $ +** $Id: views.cpp,v 1.167 2003/01/29 07:18:38 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 @@ -329,6 +329,7 @@ ImageFileView::OnScaleAuto (wxCommandEvent& event) m_dMinPixel = dMin; m_dMaxPixel = dMax; m_dAutoScaleFactor = dialogAutoScale.getAutoScaleFactor(); + OnUpdate(this, NULL); GetDocument()->UpdateAllViews (this); } }