]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GConnectorController.cxx
The app saves and opens diagrams !!!! Allll fiiiinnn se logro !!
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsVtkGUIEditorGraphic / GConnectorController.cxx
index b2ff896ce7b75b4e49a6e0e5cd330d8a7a44ab0b..c9d8f74885f8781a412685a36860370ef1c46356 100644 (file)
@@ -106,7 +106,6 @@ namespace bbtk
                        _controller->MouseReleaseLeft(X,Y);
                        if(_controller->GetManualViewBaseContour()->GetSelected()==true)
                        {
-                               cout<<"RaC GConnectorController::OnLeftButtonUp GetSelected():"<<_controller->GetManualViewBaseContour()->GetSelected() <<endl;
                                _view->setState(SELECTED);
                                _model->notifyObservers(getId(),ADD_TO_SELECTED);
                        }
@@ -206,6 +205,13 @@ namespace bbtk
 
        //=========================================================================
 
+       void GConnectorController::endContourCreation()
+       {
+               _controller->endContourCreation();
+       }
+
+       //=========================================================================
+
 }  // EO namespace bbtk
 
 // EOF