March 7, 2011
10:50 a.m.
Comment #1 on issue 3772 by gazzagu...@googlemail.com: taskbar doesnât adapt to resized window http://code.google.com/p/pharo/issues/detail?id=3772 Menus in Morphic effectively run their own event loop (using #doOneSubCycle) whereas screen size checking is only done in #doOneCycle (from the main World event loop). Whilst the menu is open screen size changes are not handled.