From a39ea2b1630e516a718ae5c4048ddc29f19e8188 Mon Sep 17 00:00:00 2001 From: noahb01 Date: Thu, 8 Feb 2018 23:02:59 -0500 Subject: [PATCH] Reset window title after render Closes #4160 --- src/gui/ExportProjectDialog.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gui/ExportProjectDialog.cpp b/src/gui/ExportProjectDialog.cpp index 0bd815010a1..1c821ee5e9f 100644 --- a/src/gui/ExportProjectDialog.cpp +++ b/src/gui/ExportProjectDialog.cpp @@ -115,6 +115,8 @@ void ExportProjectDialog::accept() m_renderManager = NULL; QDialog::accept(); + + gui->mainWindow()->resetWindowTitle(); }