Status: Fixed
Owner:
[hidden email]
New issue 3790 by
[hidden email]: minimise with no other
un-collapsed windows
http://code.google.com/p/pharo/issues/detail?id=3790Just so that, upon minimise with no other un-collapsed windows, the World
gets keyboard focus (keyboard shortcuts) and taskbar appears correct...
In PasteUpMorph, instance side:
navigateVisibleWindowForward
"Change the active window to the next visible and
not collapsed window."
self nextVisibleWindow
ifNil: [SystemWindow passivateTopWindow]
ifNotNil: [:m | m activate]