Mercurial > hg > sonic-visualiser
diff main/MainWindow.cpp @ 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 | bea6e7bced25 |
children | dc275d7d9aa6 4e43b07eb84d |
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); }