Skip to content
Permalink
Browse files
Reset window title after render
Closes #4160
  • Loading branch information
enp2s0 authored and tresf committed Feb 9, 2018
1 parent c3b4767 commit a39ea2b
Showing 1 changed file with 2 additions and 0 deletions.
@@ -115,6 +115,8 @@ void ExportProjectDialog::accept()
m_renderManager = NULL;

QDialog::accept();

gui->mainWindow()->resetWindowTitle();
}


0 comments on commit a39ea2b

Please sign in to comment.