X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fdialogs.cpp;h=97c68adeda4a1ca407c0a17bec81a7872e8b7f04;hb=758774f7a87d488faa7412a04d07e4cce140b66c;hp=9864dc0a65dd738371add771850b4b6e9fb1581c;hpb=a65971e957a117618b33070897f11a4116f38e1f;p=ctsim.git diff --git a/src/dialogs.cpp b/src/dialogs.cpp index 9864dc0..97c68ad 100644 --- a/src/dialogs.cpp +++ b/src/dialogs.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: dialogs.cpp,v 1.48 2001/03/07 21:18:50 kevin Exp $ +** $Id: dialogs.cpp,v 1.49 2001/03/11 12:37:34 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 @@ -682,6 +682,8 @@ DialogGetProjectionParameters::DialogGetProjectionParameters SetSizer (pTopSizer); pTopSizer->Fit (this); pTopSizer->SetSizeHints (this); + + m_pRadioBoxGeometry->SetFocus(); } DialogGetProjectionParameters::~DialogGetProjectionParameters ()