Skip to content

Commit

Permalink
BlBorder: revert some unrelated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchodias authored Nov 12, 2024
1 parent aa80790 commit 85dcddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bloc-Alexandrie/BlBorder.extension.st
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Extension { #name : #BlBorder }

{ #category : #'*Bloc-Alexandrie' }
BlBorder >> aeApplyTo: aeCanvas element: aBlElement [
"No need to set any parameter as there is no border"

"No need to set any parameter as there is no border"
self isTransparent ifTrue: [ ^ aeCanvas setBorderOff ].

"This will double-dispatch with the geometry, and
Expand Down

0 comments on commit 85dcddd

Please sign in to comment.