Reset window title after render

Closes #4160
This commit is contained in:
noahb01
2018-02-08 23:02:59 -05:00
committed by tresf
parent c3b4767836
commit a39ea2b163

View File

@@ -115,6 +115,8 @@ void ExportProjectDialog::accept()
m_renderManager = NULL;
QDialog::accept();
gui->mainWindow()->resetWindowTitle();
}