Keep settings window open on changing view details
This commit is contained in:
parent
2693c8351f
commit
11806a5abf
1 changed files with 2 additions and 0 deletions
|
|
@ -393,6 +393,7 @@ namespace MatterHackers.MatterControl
|
|||
var printerTabPage = this.MainView.Descendants<PrinterTabPage>().Where(page => page.Printer == printer).FirstOrDefault();
|
||||
if (printerTabPage != null)
|
||||
{
|
||||
ApplicationController.Instance.IsReloading = true;
|
||||
var settingsContext = new SettingsContext(
|
||||
printer,
|
||||
null,
|
||||
|
|
@ -413,6 +414,7 @@ namespace MatterHackers.MatterControl
|
|||
}
|
||||
|
||||
sideBar.ReplacePage("Slice Settings", new SliceSettingsWidget(printer, settingsContext, Theme));
|
||||
ApplicationController.Instance.IsReloading = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue