Skip to content

Commit

Permalink
Merge pull request #50 from OpenSmock/dev-pla
Browse files Browse the repository at this point in the history
Update model when viewInfos is changed manually
  • Loading branch information
labordep authored Oct 28, 2024
2 parents ca52850 + 462ebb2 commit 71c3270
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 71c3270

Please sign in to comment.