You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix saving assemblies when opened with a relative path on the command
... line on Linux.
An extra `Expand` for "filename" is needed on Linux when the file was
opened with a relative path on the command line because dialog->RunModal()
in SolveSpaceUI::GetFilenameAndSave will convert the file name to full path
on Windows but not on GTK.
0 commit comments