Loaded profiles are now marked as dirty so they are saved correctly

CURA-936
This commit is contained in:
Jaime van Kessel 2016-03-01 16:24:43 +01:00
parent e90fd95495
commit 9c5e169f2b
2 changed files with 5 additions and 2 deletions

View file

@ -124,5 +124,5 @@ class LegacyProfileReader(ProfileReader):
if len(profile.getChangedSettings()) == 0:
Logger.log("i", "A legacy profile was imported but everything evaluates to the defaults, creating an empty profile.")
profile.setDirty(True)
return profile