X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsVtkGUIEditorGraphic%2FGPortController.cxx;fp=lib%2FEditorGraphicBBS%2FbbsVtkGUIEditorGraphic%2FGPortController.cxx;h=7e66a83ecfe11dbe44a366f80583dfc4c0b15d83;hb=8fa663b7b47e797e6e23722d1fef41c40419a6d6;hp=c9c196b2ad776da0d7103006618c9234291cd4f0;hpb=1b3060e78b445e19d51933556fb072cc90e30c99;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GPortController.cxx b/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GPortController.cxx index c9c196b..7e66a83 100644 --- a/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GPortController.cxx +++ b/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GPortController.cxx @@ -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();