mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-12 09:08:58 -05:00
BUG: make sure OK can not be hit first time around
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user