# HG changeset patch # User Chris Cannam # Date 1570622918 -3600 # Node ID a98de7e7e033dcd1f37862490cad5a1019c0848f # Parent b3b9532054974d02208015e92f733bde55c89827 Fix #1905 Window title is not properly reset on New Session diff -r b3b953205497 -r a98de7e7e033 main/MainWindow.cpp --- 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();