Skip to content

Commit

Permalink
Reverted bad change
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscar Nierstrasz committed Mar 27, 2024
1 parent 770e422 commit 6af1f83
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/GToolkit-Demo-Slideshows/PrioritySlideshow.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -768,8 +768,7 @@ PrioritySlideshow >> summaryElementFor: slideSelectors [
collect: [ :selector |
| method slide |
method := self class methodNamed: selector.
slide := ((method asSlideIn: self) asScalableSlideWithBorderIn: self)
asElement
slide := (method asSlideIn: self) asScalableSlideWithBorder asElement
margin: (BlInsets all: 10);
yourself ].
container := BlElement new
Expand Down

0 comments on commit 6af1f83

Please sign in to comment.