Skip to content

Commit

Permalink
Use #restoreAndActivate such that a minimized window becomes visible …
Browse files Browse the repository at this point in the history
…when selecting it from spotter (solves Github issue #603)
  • Loading branch information
ephilips committed Oct 27, 2023
1 parent 5565a5b commit 4e9b16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NewTools-Spotter-Extensions/SystemWindow.extension.st
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SystemWindow >> stActDefault [

^ self isTopWindow
ifTrue: [ self comeToFront ] "rise above non-window morphs"
ifFalse:[ self activate ]
ifFalse:[ self restoreAndActivate ]
]

{ #category : '*NewTools-Spotter-Extensions' }
Expand Down

0 comments on commit 4e9b16b

Please sign in to comment.