Refactor ReloadAll
This commit is contained in:
parent
05250f4dd7
commit
704cc13c04
7 changed files with 35 additions and 39 deletions
|
|
@ -98,7 +98,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
|
||||
if (settingData.ReloadUiWhenChanged)
|
||||
{
|
||||
UiThread.RunOnIdle(() => ApplicationController.Instance.ReloadAll(null, null));
|
||||
UiThread.RunOnIdle(() => ApplicationController.Instance.ReloadAll());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -157,7 +157,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
}
|
||||
else
|
||||
{
|
||||
ApplicationController.Instance.ReloadAll(null, null);
|
||||
ApplicationController.Instance.ReloadAll();
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue