Skip to content

Commit

Permalink
Merge pull request #604 from ephilips/603-Spotter-not-opening-minimiz…
Browse files Browse the repository at this point in the history
…ed-window

Spotter not opening minimized window (issue #603)
  • Loading branch information
MarcusDenker authored Oct 31, 2023
2 parents 5a059ca + 4e9b16b commit dceec2c
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 dceec2c

Please sign in to comment.