X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=lib%2FEditorGraphicBBS%2FbbsVtkGUIEditorGraphic%2FGConnectorController.cxx;h=c9d8f74885f8781a412685a36860370ef1c46356;hb=66d85963bdb3dea88f7d8e8931855d092629b37c;hp=b2ff896ce7b75b4e49a6e0e5cd330d8a7a44ab0b;hpb=34bcc7054d714ab35dd9c0dae2b2f8a5c26f21b0;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GConnectorController.cxx b/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GConnectorController.cxx index b2ff896..c9d8f74 100644 --- a/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GConnectorController.cxx +++ b/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GConnectorController.cxx @@ -106,7 +106,6 @@ namespace bbtk _controller->MouseReleaseLeft(X,Y); if(_controller->GetManualViewBaseContour()->GetSelected()==true) { - cout<<"RaC GConnectorController::OnLeftButtonUp GetSelected():"<<_controller->GetManualViewBaseContour()->GetSelected() <setState(SELECTED); _model->notifyObservers(getId(),ADD_TO_SELECTED); } @@ -206,6 +205,13 @@ namespace bbtk //========================================================================= + void GConnectorController::endContourCreation() + { + _controller->endContourCreation(); + } + + //========================================================================= + } // EO namespace bbtk // EOF