Get the starting color set correctly
Made the android printer select window fix its colors on change
This commit is contained in:
parent
71b5e30bba
commit
9896346610
7 changed files with 92 additions and 36 deletions
|
|
@ -143,6 +143,10 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
ActiveTheme.SuspendEvents();
|
||||
}
|
||||
ActiveTheme.Instance = ActiveTheme.GetThemeColors(activeThemeName);
|
||||
|
||||
// Save the theme so we can load it first thing on startup before a profile is loaded.
|
||||
UserSettings.Instance.set(UserSettingsKey.ActiveThemeName, ActiveTheme.Instance.Name);
|
||||
|
||||
ActiveTheme.ResumeEvents();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue