1
0
Эх сурвалжийг харах

don't allow consecutive generates without a configure.

Clinton Stimpson 16 жил өмнө
parent
commit
08583fc58e

+ 1 - 1
Source/QtDialog/CMakeSetupDialog.cxx

@@ -342,7 +342,7 @@ void CMakeSetupDialog::finishConfigure(int err)
 
 void CMakeSetupDialog::finishGenerate(int err)
 {
-  this->enterState(ReadyGenerate);
+  this->enterState(ReadyConfigure);
   if(err != 0)
     {
     QMessageBox::critical(this, tr("Error"),