mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-27 21:19:18 +00:00
Add the correct recent filename after saving a sequence of files
This commit is contained in:
parent
978145ba7a
commit
07c3853bab
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user