X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsVtkGUIEditorGraphic%2FGConnectorController.cxx;h=563d1d0574b9432da0b42a2e780fc15ce4fb5a08;hb=de7c0454ab8fc1b0b97dcd7112dfdb4a55ac0215;hp=924bd62fccad1a0204434ed2ff24203097e2b238;hpb=a28e6f908ae524e5ef4b70dba487e88cc525d27c;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GConnectorController.cxx b/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GConnectorController.cxx index 924bd62..563d1d0 100644 --- a/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GConnectorController.cxx +++ b/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GConnectorController.cxx @@ -60,6 +60,11 @@ namespace bbtk bool GConnectorController::OnMouseMove() { + if (_view->getState() ==SELECTED) + { + _controller->GetManualViewBaseContour()->SetSelected(true); + } + if ( _vtkInteractorStyleBaseView!=NULL) { int X,Y;