Menu

Commit [r24389]  Maximize  Restore  History

Merged revisions 24387 via svnmerge from

svn+ssh://bugman@.../svn/relax/trunk

........
r24387 | bugman | 2014-07-02 09:22:04 +0200 (Wed, 02 Jul 2014) | 11 lines

Fix for bug #22257, the freezing of the GUI after using the free file format window on Mac OS X.

This is reported at https://gna.org/bugs/?22257.

This is a recurring problem in Mac OS X as it cannot be tested in the relax test suite. The problem
is with wxPython. The modal dialogs, such as the free file format window, cannot be destroyed on
Mac OS X using wx.Dialog.Destroy() - this kills wxPython and hence kills relax. The problem does
not exist on any other operating system. To fix this, all wx.Dialog.Destroy() calls have been
replaced with wx.Dialog.Close().
........

bugman 2014-07-02

changed /branches/frame_order_cleanup
changed /branches/frame_order_cleanup/gui/components/free_file_format.py
/branches/frame_order_cleanup/gui/components/free_file_format.py Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.