Skip to content

Commit

Permalink
fix release tests
Browse files Browse the repository at this point in the history
  • Loading branch information
akevalion committed Sep 2, 2023
1 parent 9d123c1 commit 995120f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,15 @@ SpRSTransitionInspectorPresenter >> defaultLayout [
yourself
]

{ #category : #'as yet unclassified' }
{ #category : #controls }
SpRSTransitionInspectorPresenter >> disableDebuggingControls [

slider disable.
step disable.
debug disable
]

{ #category : #'as yet unclassified' }
{ #category : #controls }
SpRSTransitionInspectorPresenter >> enableDebuggingControls [

sliderMorph updateValue.
Expand Down
6 changes: 0 additions & 6 deletions src/Roassal3/RSCanvas.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -607,11 +607,6 @@ RSCanvas >> setAsFixed: aShape [
self addShape: aShape
]

{ #category : #accessing }
RSCanvas >> shapeCollection [
^ shapeCollection
]

{ #category : #accessing }
RSCanvas >> shapeCollection: anRSShapeCollection [
shapeCollection := anRSShapeCollection.
Expand All @@ -638,7 +633,6 @@ RSCanvas >> shapeWithActionForPosition: aPositionInSpace [
| result |
result := self shapesWithActionForPosition: aPositionInSpace.
result ifEmpty: [ ^ nil ].
result traceCr.
^ result first
]

Expand Down
2 changes: 1 addition & 1 deletion src/Roassal3/RSShape.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ RSShape >> index: anObject [
self propertyAt: #index put: anObject
]

{ #category : #'as yet unclassified' }
{ #category : #private }
RSShape >> indexesArray [

| vector |
Expand Down

0 comments on commit 995120f

Please sign in to comment.