BUG: fix on scroll with buttons

This commit is contained in:
Bill Hoffman
2001-07-24 16:46:33 -04:00
parent 1f2c84f284
commit ac1112ad06
4 changed files with 28 additions and 2 deletions
+2 -1
View File
@@ -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)