masekarl / pixus

Automatically exported from code.google.com/p/pixus
0 stars 0 forks source link

Windows shall not be physically closed #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open any of the following windows, Ruler / Preferences / Update
2. Press Alt-F4 to close the window (NativeWindow)
3. The window cannot be reopened

What is the expected output? What do you see instead?
Should be reopened when needed.

Please use labels and text to provide additional information.
The solution is to cancel the Event.CLOSING event, prevent physically 
closing a NativeWindow and hide it instead.

Original issue reported on code.google.com by jammind on 24 Feb 2009 at 5:59