# HG changeset patch # User Chris Cannam # Date 1481812820 0 # Node ID 387bc365aac19ffc69ff9b818552aa199495ee20 # Parent 02e5ba5cc88932528e2162de3da4bfa04aba3d60 When the window is actually being closed, we need to close the prefs quickly (otherwise we get a crash on Mac) diff -r 02e5ba5cc889 -r 387bc365aac1 main/MainWindow.cpp --- a/main/MainWindow.cpp Thu Dec 15 11:54:12 2016 +0000 +++ b/main/MainWindow.cpp Thu Dec 15 14:40:20 2016 +0000 @@ -3323,7 +3323,7 @@ if (m_preferencesDialog && m_preferencesDialog->isVisible()) { closeSession(); // otherwise we'll have to wait for prefs changes - m_preferencesDialog->applicationClosing(false); + m_preferencesDialog->applicationClosing(true); } closeSession();