]> Creatis software - cpPlugins.git/blobdiff - plugins/Widgets/SplineWidget.cxx
...
[cpPlugins.git] / plugins / Widgets / SplineWidget.cxx
index 258c0bd677a43e923f501aeb51001f9565e3b112..256ae8f334248638aa3f51275af0ee2ee1e716ab 100644 (file)
@@ -63,8 +63,7 @@ SplineWidget( )
   this->m_Contour->SetStrips( vtkSmartPointer< vtkCellArray >::New( ) );
   this->GetOutput( "Output" )->SetVTK( this->m_Contour );
 
-  this->m_Parameters.ConfigureAsBool( "Extend" );
-  this->m_Parameters.SetBool( "Extend", false );
+  this->m_Parameters.ConfigureAsBool( "Extend", false );
 }
 
 // -------------------------------------------------------------------------