Skip to content

Commit a39ea2b

Browse files
enp2s0tresf
authored andcommitted
Reset window title after render
Closes #4160
1 parent c3b4767 commit a39ea2b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/gui/ExportProjectDialog.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ void ExportProjectDialog::accept()
115115
m_renderManager = NULL;
116116

117117
QDialog::accept();
118+
119+
gui->mainWindow()->resetWindowTitle();
118120
}
119121

120122

0 commit comments

Comments
 (0)