]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GPortController.cxx
Important change in the project to visualize the contour when the output was selected...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsVtkGUIEditorGraphic / GPortController.cxx
index c9c196b2ad776da0d7103006618c9234291cd4f0..7e66a83ecfe11dbe44a366f80583dfc4c0b15d83 100644 (file)
@@ -67,7 +67,7 @@ namespace bbtk
                        int portType = ((GPortModel*)_model)->getPortType();
 
                        //Evaluate new state
-                       if(!_model->hasChanged() && state==HIGHLIGHTED && portType==GINPUTPORT )
+                       if(!_model->hasChanged() && state==HIGHLIGHTED && portType==GOUTPUTPORT )
                        {
                                _model->setState(CREATING_CONTOUR);
                                _model->setChanged();