]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GConnectorController.cxx
BUG 1505
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsVtkGUIEditorGraphic / GConnectorController.cxx
index 924bd62fccad1a0204434ed2ff24203097e2b238..563d1d0574b9432da0b42a2e780fc15ce4fb5a08 100644 (file)
@@ -60,6 +60,11 @@ namespace bbtk
        bool GConnectorController::OnMouseMove()
        {
 
+               if (_view->getState() ==SELECTED)
+               {
+                       _controller->GetManualViewBaseContour()->SetSelected(true);
+               }
+               
                if ( _vtkInteractorStyleBaseView!=NULL)
                {
                        int X,Y;