Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecated classes and methods #565

Merged
merged 6 commits into from
Jul 26, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Revert a method pushed by mistake in a recent commit
  • Loading branch information
tinchodias committed Jul 25, 2024
commit e72f287e95962a69e32b66375ea29a61b493066b
3 changes: 1 addition & 2 deletions src/Bloc-Alexandrie/BlElement.extension.st
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ BlElement >> aeAsForm [
self isLayoutRequested ifTrue: [ self forceLayout ].

"We want to consider our border, effect, as well as children's."
invalidationBounds := self invalidationBoundsInParent.
invalidationBounds := self invalidationBoundsInSpace.
aCanvas := AeCanvas extent: invalidationBounds extent.
aCanvas pathTranslate: invalidationBounds origin negated.

self aeFullDrawOn: aCanvas.
^ aCanvas asForm
]
Expand Down