Skip to content

Commit

Permalink
Merge pull request #12 from OpenSmock/bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
labordep authored Feb 21, 2024
2 parents 078cbc9 + a72a9c0 commit 8137765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GeoView/GeoViewManagerImpl.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ GeoViewManagerImpl >> selectedKeysHasChanged: aSmockSelection [
{ #category : #'events - selection manager' }
GeoViewManagerImpl >> selectionCleared [

self selectedKeysHasChanged: OrderedCollection new
self view selectedObjectIndexes: OrderedCollection new
]

{ #category : #services }
Expand Down

0 comments on commit 8137765

Please sign in to comment.