mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-05 06:08:41 -06:00
FIX: stupid pb fixed (close to being medieval'ed by The Ken)
This commit is contained in:
@@ -633,6 +633,8 @@ void CMakeSetupDialog::OnChangeWhereSource()
|
||||
// callback for changing the build directory
|
||||
void CMakeSetupDialog::OnChangeWhereBuild()
|
||||
{
|
||||
this->UpdateData();
|
||||
|
||||
// The build dir has changed, check if there is a cache, and
|
||||
// grab the source dir from it
|
||||
|
||||
@@ -654,7 +656,6 @@ void CMakeSetupDialog::OnChangeWhereBuild()
|
||||
this->OnChangeWhereSource();
|
||||
}
|
||||
|
||||
this->UpdateData();
|
||||
m_CacheEntriesList.RemoveAll();
|
||||
m_CacheEntriesList.ShowWindow(SW_SHOW);
|
||||
this->LoadCacheFromDiskToGUI();
|
||||
|
||||
Reference in New Issue
Block a user