changeset 2350:a98de7e7e033

Fix #1905 Window title is not properly reset on New Session
author Chris Cannam
date Wed, 09 Oct 2019 13:08:38 +0100
parents b3b953205497
children 62d6e9ad19f4
files main/MainWindow.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/main/MainWindow.cpp	Wed Oct 09 11:51:48 2019 +0100
+++ b/main/MainWindow.cpp	Wed Oct 09 13:08:38 2019 +0100
@@ -3281,6 +3281,7 @@
     m_timeRulerLayer = nullptr; // document owned this
 
     m_sessionFile = "";
+    m_originalLocation = "";
     setWindowTitle(QApplication::applicationName());
 
     CommandHistory::getInstance()->clear();