On theme change, prevent theme change until reload completes
- Issue MatterHackers/MCCentral#4381
This commit is contained in:
parent
f378c73098
commit
6d9a57d96b
2 changed files with 3 additions and 1 deletions
|
|
@ -126,6 +126,9 @@ namespace MatterHackers.MatterControl.ConfigurationPage
|
|||
{
|
||||
// Activate the theme
|
||||
themeColorPanel.SetThemeColor(this.ThemeSet, primaryAccentColor, this.Mode);
|
||||
|
||||
// Disable further theme clicks until reload completes
|
||||
themeColorPanel.Enabled = false;
|
||||
};
|
||||
|
||||
this.AddChild(overlay);
|
||||
|
|
|
|||
|
|
@ -627,7 +627,6 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
};
|
||||
});
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
private static void CopyPlateToPrinter(BedConfig sceneContext, PrinterConfig printer)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue