Can't close multi window app on mac
I am developing an application which contains multiple windows. The main application is a WindowedApplication, and the windows that are spawned inherit from flash.display.NativeWindow. On the mac, if I open a secondary window, and then try cmd-Q or select to quit the app from the apple menu, it only closes the most recently opened window, and does not shutdown the app itself. I haven't been able to find anyone else online having this problem, so I'm wondering, has anyone else experienced this?
