Browse Source

BUG: make sure OK can not be hit first time around

Bill Hoffman 23 years ago
parent
commit
d6e6dcc3c0
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Source/MFCDialog/CMakeSetupDialog.cpp

+ 0 - 1
Source/MFCDialog/CMakeSetupDialog.cpp

@@ -622,7 +622,6 @@ void CMakeSetupDialog::RunCMake(bool generateProjectFiles)
   m_BuildPathChanged = false;
   // put the cursor back
   ::SetCursor(LoadCursor(NULL, IDC_ARROW));
-  m_OKButton.EnableWindow(true);
   cmSystemTools::ResetErrorOccuredFlag();
 }