16/01/2014 07:32, Stephan Witt:
Attached is a patch to work around a bug with crash on view close on Mac OSX.
See also https://bugreports.qt-project.org/browse/QTBUG-25399
Is anyone able to verify or comment it?
I am unfortunately no in a position to test it out. My only comment is
that the whole handling of dialogs that do not require a view is broken
and should be moved to GuiApplication. The code in GuiApplication should
not be guarded by #ifdef, you could just add a comment that this
normally only trigger with Mac OS. This way the code is always compiled in.
In a precedent version of the patch, you created a dummy view to do the
dispatch. How come it is not necessary anymore? How is the dispatch done?
JMarc