Made to so we save all workspaces before exit
issue: MatterHackers/MCCentral#4318 Part tab fails to persist on close
This commit is contained in:
parent
249275ea98
commit
d2f6dcf8bc
5 changed files with 30 additions and 14 deletions
|
|
@ -75,6 +75,7 @@ namespace MatterHackers.MatterControl
|
|||
config.Bind("Agg:GraphicsMode", AggContext.Config.GraphicsMode);
|
||||
|
||||
Slicer.RunInProcess = config.GetValue<bool>("MatterControl:Slicer:Debug");
|
||||
Slicer.RunInProcess = true;
|
||||
|
||||
// Make sure we have the right working directory as we assume everything relative to the executable.
|
||||
Directory.SetCurrentDirectory(Path.GetDirectoryName(System.Reflection.Assembly.GetEntryAssembly().Location));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue