summaryrefslogtreecommitdiffstats
path: root/Source/MFCDialog/CMakeSetupDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/MFCDialog/CMakeSetupDialog.cpp')
-rw-r--r--Source/MFCDialog/CMakeSetupDialog.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/MFCDialog/CMakeSetupDialog.cpp b/Source/MFCDialog/CMakeSetupDialog.cpp
index cf22c10..d9ca2de 100644
--- a/Source/MFCDialog/CMakeSetupDialog.cpp
+++ b/Source/MFCDialog/CMakeSetupDialog.cpp
@@ -406,7 +406,8 @@ void CMakeSetupDialog::OnBuildProjects()
}
}
// set the wait cursor
- ::SetCursor(LoadCursor(NULL, IDC_WAIT));
+ ::SetCursor(LoadCursor(NULL, IDC_WAIT));
+
// get all the info from the dialog
this->UpdateData();
if(!m_BuildPathChanged)