mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-25 01:28:50 -05:00
BUG: fix on scroll with buttons
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user