Fixed a bug with while editing presets with a pop out window. The window was loosing its content.
This commit is contained in:
parent
ab4c46dcc6
commit
0fcc22ca5e
1 changed files with 2 additions and 1 deletions
|
|
@ -857,7 +857,8 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
windowController.functionToCallOnSave(this, null);
|
||||
windowController.ChangeToSlicePresetList();
|
||||
ActiveSliceSettings.Instance.LoadAllSettings();
|
||||
ApplicationController.Instance.ReloadAdvancedControlsPanel();
|
||||
// Dissabled this as the pannel is already reloaded from LoadAllSettings LBB 2015 01 03.
|
||||
//ApplicationController.Instance.ReloadAdvancedControlsPanel();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue