mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Fix error when using saveAs
This commit is contained in:
@@ -488,6 +488,7 @@ void Package::saveToZipfile(const String& saveAs, bool remove_unused, bool is_co
|
|||||||
}
|
}
|
||||||
wxRenameFile(tempFile, saveAs);
|
wxRenameFile(tempFile, saveAs);
|
||||||
// re-open zip file
|
// re-open zip file
|
||||||
|
filename = saveAs;
|
||||||
openZipfile();
|
openZipfile();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user