Skip to content

Commit

Permalink
Reset window title after render
Browse files Browse the repository at this point in the history
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.
2 changes: 2 additions & 0 deletions src/gui/ExportProjectDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ void ExportProjectDialog::accept()
m_renderManager = NULL;

QDialog::accept();

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


Expand Down

0 comments on commit a39ea2b

Please sign in to comment.