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 );
|
s = new ProgressOutputStream( s, estimatedSize, progress );
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
save(dest.getName(), s, doc, doc.getDefaultStorageOptions());
|
save(dest.getName(), s, doc, opts);
|
||||||
} finally {
|
} finally {
|
||||||
s.close();
|
s.close();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user