BUG: make sure OK can not be hit first time around
This commit is contained in:
parent
6964957b4a
commit
d6e6dcc3c0
|
@ -622,7 +622,6 @@ void CMakeSetupDialog::RunCMake(bool generateProjectFiles)
|
||||||
m_BuildPathChanged = false;
|
m_BuildPathChanged = false;
|
||||||
// put the cursor back
|
// put the cursor back
|
||||||
::SetCursor(LoadCursor(NULL, IDC_ARROW));
|
::SetCursor(LoadCursor(NULL, IDC_ARROW));
|
||||||
m_OKButton.EnableWindow(true);
|
|
||||||
cmSystemTools::ResetErrorOccuredFlag();
|
cmSystemTools::ResetErrorOccuredFlag();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue