X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsVtkGUIEditorGraphic%2FGPortController.cxx;h=c15a276efc67696d6fc55d0fed343ae5f1a939a9;hb=6bb706f241008994b08baa2e44fe414f2277c5ab;hp=e7d1ce7c1c218db4d8dcc18d8e7d3cae969d18d1;hpb=50851761f4216d932217db8e8fe56dd5aac6b0fb;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GPortController.cxx b/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GPortController.cxx index e7d1ce7..c15a276 100644 --- a/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GPortController.cxx +++ b/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GPortController.cxx @@ -77,11 +77,11 @@ namespace bbtk //Evaluate new state if(portType==GOUTPUTPORT) { - _model->notifyObservers(_id,INIT_CREATION_CONTOUR); + _model->notifyObservers(getId(),INIT_CREATION_CONTOUR); } else if (portType==GINPUTPORT) { - _model->notifyObservers(_id,FIN_CREATION_CONTOUR); + _model->notifyObservers(getId(),FIN_CREATION_CONTOUR); } } else