]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GConnectorView.cxx
Updated Version with the moving of the objects updated and the background doesn't...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsVtkGUIEditorGraphic / GConnectorView.cxx
index 6617b1f67f69b18fba0b8dfb0ee149e4daba8f58..574de5b2cc303a0f7402b5130f760db259a4b44d 100644 (file)
@@ -66,6 +66,15 @@ namespace bbtk
                return manViewContour;
        }
 
+       //=========================================================================
+       
+       void GConnectorView::updateStartEndPoints()
+       {
+               GConnectorModel* mod=(GConnectorModel*)_model;
+               mod->updateStartEndPoints();
+               manViewContour->RefreshContour();
+       }
+
 }  // EO namespace bbtk
 
 // EOF