Browse Source

Merge topic 'qt-dialog-reconfigure'

b566987 cmake-gui: Configure again if a variable is changed before Generate is pushed.
Brad King 12 năm trước cách đây
mục cha
commit
ed0b342603
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      Source/QtDialog/CMakeSetupDialog.cxx

+ 1 - 0
Source/QtDialog/CMakeSetupDialog.cxx

@@ -950,6 +950,7 @@ void CMakeSetupDialog::saveBuildPaths(const QStringList& paths)
 void CMakeSetupDialog::setCacheModified()
 {
   this->CacheModified = true;
+  this->ConfigureNeeded = true;
   this->enterState(ReadyConfigure);
 }