Skip to content

Commit

Permalink
Update model when viewInfos is changed manually
Browse files Browse the repository at this point in the history
  • Loading branch information
LabordePierre committed Oct 28, 2024
1 parent ca52850 commit 462ebb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/GeoView/GeoViewAbstractElement.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -673,4 +673,5 @@ GeoViewAbstractElement >> viewInfos: aViewInfos [
viewInfos := aViewInfos.
self updateViewInfos.
self getLayers do: [ :l | l viewInfos: viewInfos ].
self updateModel: (GeoViewProjectionChanges new).
]

0 comments on commit 462ebb2

Please sign in to comment.