]> Creatis software - cpPlugins.git/commitdiff
...
authorLeonardo Florez-Valencia <florez-l@javeriana.edu.co>
Mon, 16 May 2016 16:45:12 +0000 (11:45 -0500)
committerLeonardo Florez-Valencia <florez-l@javeriana.edu.co>
Mon, 16 May 2016 16:45:12 +0000 (11:45 -0500)
lib/cpPlugins/ParametersQtDialog.cxx
lib/cpPlugins/ProcessObject.cxx

index 38733d5b08a40c30c7f53f635d777d08283a379d..7febd59e69a582f0de187a9fa2fac10bdd1fcd45 100644 (file)
@@ -312,7 +312,7 @@ _updateWidgets( )
 {
   if( this->m_WidgetsUpdated || this->m_ProcessObject == NULL )
     return;
-  if( !this->m_Manual )
+  if( this->m_Manual )
     return;
 
   // Set dialog title
index 29e14f8c2514cab19dead2bd8e37f7a4fb37d314..74f4433a3568732f4a49bf6e04ee86d5c9a6bc71 100644 (file)
@@ -2,7 +2,7 @@
 #include <cpPlugins/ParametersQtDialog.h>
 #include <itkProcessObject.h>
 #include <itkExceptionObject.h>
-#include <iostream>
+
 // -------------------------------------------------------------------------
 cpPlugins::Parameters* cpPlugins::ProcessObject::
 GetParameters( )