Skip to content
Snippets Groups Projects
Commit 091f53f5 authored by Sebastien Barre's avatar Sebastien Barre
Browse files

FIX: re-enable the OK button in RunCmake() when everything is done.

parent f68f7c25
No related branches found
No related tags found
No related merge requests found
......@@ -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();
}
......@@ -731,7 +732,7 @@ void CMakeSetupDialog::FillCacheGUIFromCacheManager()
{
if(i.GetPropertyAsBool("ADVANCED"))
{
m_CacheEntriesList.RemoveProperty(key);
m_CacheEntriesList.RemoveProperty(key);
continue;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment