[Pharo-project] Small fix
March 7, 2011
4:30 p.m.
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] Regards, Gary
5625
Age (days ago)
5625
Last active (days ago)
0 comments
1 participants
participants (1)
-
Gary Chambers