X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=plugins%2FWidgets%2FSplineWidget.cxx;h=256ae8f334248638aa3f51275af0ee2ee1e716ab;hb=9b11582dc5062474361432e46838c4e790c21f10;hp=258c0bd677a43e923f501aeb51001f9565e3b112;hpb=9d315ac836e5fe246a8c987681085ee19898affc;p=cpPlugins.git diff --git a/plugins/Widgets/SplineWidget.cxx b/plugins/Widgets/SplineWidget.cxx index 258c0bd..256ae8f 100644 --- a/plugins/Widgets/SplineWidget.cxx +++ b/plugins/Widgets/SplineWidget.cxx @@ -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 ); } // -------------------------------------------------------------------------