mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
Previously, when switching from a platformWindow to another platformWindow or to another application, Cappuccino did not behave as Cocoa, Cappuccino still considered that the window was key and main. Now it works as in cocoa, the platform window lost its focus and is not the keyWindow and mainWindow of the cappuccino application. Test app in Tests/Manual/CPPlatformWindow/