Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix saving assemblies when opened with a relative path on the command…
… line. When a file containing linked files (an assembly) was opened by passing a relative path to it on the command line; saving it would fail with an error: "This sketch links the sketch '%s'; it can only be saved on the same volume." The problem stems from not `Expand`-ing paths immediately in `main` which was introduced in 3ea8ebf see here for details: solvespace#1474 (comment) The fix is to expand paths to linked files before making them relative to the assembly. Fixes solvespace#1465
- Loading branch information