mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-01 10:13:22 +00:00
Minor change in FileOp::createSaveDocumentOperation()
This commit is contained in:
parent
b83afb4daa
commit
83ddb6018e
@ -685,7 +685,7 @@ FileOp* FileOp::createSaveDocumentOperation(const Context* context,
|
||||
// If the filename format is given, we have to check if the
|
||||
// {frame} is specified, or in other case, if it's something like
|
||||
// "..._1.png", replace the it with "..._{frame1}.png"
|
||||
else if (fop->m_roi.selectedFrames().size() > 1) {
|
||||
else if (fop->m_roi.frames() > 1) {
|
||||
fn_format = replace_frame_number_with_frame_format(fn_format);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user