Skip to content

Commit

Permalink
Merge pull request #557 from jordanmontt/spotter-does-not-open-finder
Browse files Browse the repository at this point in the history
 Fixing opening of the Finder on the Spotter
  • Loading branch information
MarcusDenker authored Jun 30, 2023
2 parents 1910df1 + ed2ae7a commit 2ed2927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NewTools-Spotter/StSpotter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ StSpotter >> openFinder [

self window close.
self flag: #TODO. "Move finder to spec (right now is a morph)"
Finder open
FinderUI open
]

{ #category : #private }
Expand Down

0 comments on commit 2ed2927

Please sign in to comment.