GuiWiget Children working as a SafeList
This commit is contained in:
parent
106db7e7f1
commit
58e77cfe60
40 changed files with 104 additions and 102 deletions
|
|
@ -55,11 +55,8 @@ namespace MatterHackers.MatterControl
|
|||
if (settingsToImport.QualityLayers.Count == 0 && settingsToImport.MaterialLayers.Count == 0)
|
||||
{
|
||||
// Only main setting so don't ask what to merge just do it.
|
||||
UiThread.RunOnIdle(() =>
|
||||
{
|
||||
DisplayFailedToImportMessage(settingsFilePath);
|
||||
this.Parents<SystemWindow>().First().Close();
|
||||
});
|
||||
DisplayFailedToImportMessage(settingsFilePath);
|
||||
this.Parents<SystemWindow>().First().Close();
|
||||
}
|
||||
|
||||
this.settingsFilePath = settingsFilePath;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue