changeset 1835:e5229958a10c plugin-path-config

Since the rapid applicationClosing(true) was introduced on the following line, this has no longer been necessary -- and it produces a crash itself, as closeSession deletes the preferences dialog itself
author Chris Cannam
date Fri, 25 May 2018 10:17:39 +0100
parents 4551f634cd09
children 42f89437f70b
files main/MainWindow.cpp
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main/MainWindow.cpp	Fri May 25 09:45:36 2018 +0100
+++ b/main/MainWindow.cpp	Fri May 25 10:17:39 2018 +0100
@@ -3544,7 +3544,6 @@
 
     if (m_preferencesDialog &&
         m_preferencesDialog->isVisible()) {
-        closeSession(); // otherwise we'll have to wait for prefs changes
         m_preferencesDialog->applicationClosing(true);
     }