Skip to content

Commit

Permalink
Fix line geometry
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyan11 committed Aug 7, 2024
1 parent dba6d1b commit 918cfd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Pyramid-Bloc/PyramidAbstractBorderCommand.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ PyramidAbstractBorderCommand >> setValueFor: aBlElement with: anArgument [

| builder |
builder := self borderBuilderOf: aBlElement.
self updateBuilder: builder with: anArgument.
aBlElement border: builder build.
self updateBuilder: builder with: anArgument value.
aBlElement border: builder build
]

{ #category : #'as yet unclassified' }
Expand Down
1 change: 1 addition & 0 deletions src/Pyramid-Bloc/PyramidBlocGeometryPlugin.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ PyramidBlocGeometryPlugin class >> geometryClasses [
BlCircleGeometry.
BlAnnulusSectorGeometry.
BlTriangleGeometry.
BlLineGeometry .
BlPolylineGeometry.
BlBezierCurveGeometry.
BlPolygonGeometry }
Expand Down

0 comments on commit 918cfd3

Please sign in to comment.