We now check the undo data to see if we need to save

This commit is contained in:
Lars Brubaker 2022-02-04 15:38:58 -08:00
parent f83bdbeb7d
commit e839cb6e1c
4 changed files with 45 additions and 51 deletions

View file

@ -187,6 +187,11 @@ namespace MatterHackers.MatterControl.Library
});
}
}
if (content is InteractiveScene interactiveScene)
{
interactiveScene.MarkSavePoint();
}
}
public override void SetThumbnail(ILibraryItem item, int width, int height, ImageBuffer imageBuffer)