diff main/MainWindow.cpp @ 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 f576895641c2
children bc4205d70e8b
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();