mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-04 09:53:41 +00:00
Previously, whenever the platform window (virtual screen) resized, windows were moved or resized to keep them on screen. This could not be easily overridden by the user. Two class methods have been added: CPWindow +setConstrainWindowsToUsableScreen: CPWindow +constrainWindowsToUsableScreen If +setConstrainWindowsToUsableScreen:NO is called, then resizing the platform window will not move or resize user windows.