Skip to content

Commit

Permalink
isHideable is now true by default
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko committed Nov 7, 2024
1 parent 5e23404 commit 14b3aaa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions repository/OpenPonk-FSM/OPFsmTransitionController.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ OPFsmTransitionController >> internalSubscribeTo: aModel [
aModel weakWhen: OPElementRemoved send: #removeControllerAndDiagramElement to: self
]

{ #category : 'testing' }
OPFsmTransitionController >> isHideable [
^ true
]

{ #category : 'accessing' }
OPFsmTransitionController >> modelClass [
^ OPFsmTransition
Expand Down
5 changes: 0 additions & 5 deletions repository/OpenPonk-FSM/OPFsmVertexController.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,6 @@ OPFsmVertexController >> internalSubscribeTo: aModel [
aModel weakWhen: OPElementRemoved send: #removeControllerAndDiagramElement to: self
]

{ #category : 'testing' }
OPFsmVertexController >> isHideable [
^ true
]

{ #category : 'destruction' }
OPFsmVertexController >> removeModel [

Expand Down

0 comments on commit 14b3aaa

Please sign in to comment.