Update LastProfileID on create printer
This commit is contained in:
parent
5cef50db67
commit
8f7d1332f3
3 changed files with 3 additions and 3 deletions
|
|
@ -192,7 +192,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
}
|
||||
|
||||
// Clear selected printer state
|
||||
UserSettings.Instance.set("ActiveProfileID", "");
|
||||
ProfileManager.Instance.LastProfileID = "";
|
||||
|
||||
UiThread.RunOnIdle(() =>
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue