瀏覽代碼

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

Bill Hoffman 23 年之前
父節點
當前提交
d6e6dcc3c0
共有 1 個文件被更改,包括 0 次插入1 次删除
  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();
 }