Fix bug in base function - need to use the StorageOptions passed in instead of those stored in the OpenRocketDocument.
This commit is contained in:
parent
fddf6cc0c7
commit
6cf525467c
@ -103,7 +103,7 @@ public class GeneralRocketSaver {
|
||||
s = new ProgressOutputStream( s, estimatedSize, progress );
|
||||
}
|
||||
try {
|
||||
save(dest.getName(), s, doc, doc.getDefaultStorageOptions());
|
||||
save(dest.getName(), s, doc, opts);
|
||||
} finally {
|
||||
s.close();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user