Add the correct recent filename after saving a sequence of files

This commit is contained in:
David Capello 2015-12-22 18:07:06 -03:00
parent 978145ba7a
commit 07c3853bab

View File

@ -648,7 +648,9 @@ void FileOp::operate(IFileOpProgress* progress)
m_seq.progress_offset += m_seq.progress_fraction;
}
m_filename = *m_seq.filename_list.begin();
m_document->setFilename(m_filename);
// Destroy the image
m_seq.image.reset(NULL);