FIX: re-enable the OK button in RunCmake() when everything is done.
This commit is contained in:
parent
f68f7c2550
commit
091f53f539
@ -615,6 +615,7 @@ void CMakeSetupDialog::RunCMake(bool generateProjectFiles)
|
||||
m_BuildPathChanged = false;
|
||||
// put the cursor back
|
||||
::SetCursor(LoadCursor(NULL, IDC_ARROW));
|
||||
m_OKButton.EnableWindow(true);
|
||||
cmSystemTools::ResetErrorOccuredFlag();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user