[Pharo-project] Issue 3790 in pharo: minimise with no other un-collapsed windows
Status: Fixed Owner: stephane...@gmail.com New issue 3790 by stephane...@gmail.com: minimise with no other un-collapsed windows http://code.google.com/p/pharo/issues/detail?id=3790 Just 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]
Comment #1 on issue 3790 by stephane...@gmail.com: minimise with no other un-collapsed windows http://code.google.com/p/pharo/issues/detail?id=3790 in 13078
Updates: Status: Closed Labels: Milestone-1.3 Comment #2 on issue 3790 by stephane...@gmail.com: minimise with no other un-collapsed windows http://code.google.com/p/pharo/issues/detail?id=3790 (No comment was entered for this change.)
participants (1)
-
pharo@googlecode.com