summaryrefslogtreecommitdiffstats
path: root/Programs
diff options
context:
space:
mode:
authorAntoine Pitrou <pitrou@free.fr>2017-12-13 00:39:26 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2017-12-13 00:39:26 (GMT)
commit317def9fdb29893df1ab380d396fcdd2eafe0588 (patch)
treea164f7c0cb8eedcf94fe46aea3f5eab3545d9e14 /Programs
parentd233796f7d444c67fe51b7dd9521d548e650286f (diff)
downloadcpython-317def9fdb29893df1ab380d396fcdd2eafe0588.zip
cpython-317def9fdb29893df1ab380d396fcdd2eafe0588.tar.gz
cpython-317def9fdb29893df1ab380d396fcdd2eafe0588.tar.bz2
bpo-17852: Revert incorrect fix based on misunderstanding of _Py_PyAtExit() semantics (#4826)
Diffstat (limited to 'Programs')
0 files changed, 0 insertions, 0 deletions
t/Qt.git/snapshot/Qt-00cf748fa3d241e52dc0908da90864ea397dab8a.tar.gz'>Qt-00cf748fa3d241e52dc0908da90864ea397dab8a.tar.gz
Qt-00cf748fa3d241e52dc0908da90864ea397dab8a.tar.bz2
Fix crash when closing QFontDialog::getFont() dialog
Unfortunately, given the large number of ways of showing a QFontDialog, it's possible that we try to close the dialog before its event loop is finished. Setting the Cocoa font panel's isReleaseOnClose property to FALSE ensures the panel is still around when we effectively exit the dialog's event loop. Reviewed-by: Richard Task-number: QTBUG-15666
Diffstat (limited to 'tests/auto/qabstractprintdialog/.gitignore')