diff --git a/repository/OpenPonk-Core/OPDirectionalRelationshipController.class.st b/repository/OpenPonk-Core/OPDirectionalRelationshipController.class.st index 7bd991d5..93925ef8 100644 --- a/repository/OpenPonk-Core/OPDirectionalRelationshipController.class.st +++ b/repository/OpenPonk-Core/OPDirectionalRelationshipController.class.st @@ -54,6 +54,14 @@ OPDirectionalRelationshipController >> edgeBuilder [ 'Depracated without replacement - use Roassal directly or define own figures' ] +{ #category : 'construction' } +OPDirectionalRelationshipController >> ensureShownDependenciesInDiagram: aDiagramController [ + + self ensureSourceIn: aDiagramController. + self ensureTargetIn: aDiagramController. + ^ super ensureShownDependenciesInDiagram: aDiagramController +] + { #category : 'accessing' } OPDirectionalRelationshipController >> ensureSourceIn: aDiagramController [ @@ -117,14 +125,6 @@ OPDirectionalRelationshipController >> renderSimplified [ (self diagramElementClass renderSimplifiedForController: self) ] -{ #category : 'construction' } -OPDirectionalRelationshipController >> showWithoutDependentInDiagram: aDiagramController [ - - self ensureSourceIn: aDiagramController. - self ensureTargetIn: aDiagramController. - ^ super showWithoutDependentInDiagram: aDiagramController -] - { #category : 'accessing' } OPDirectionalRelationshipController >> source [