We now check the undo data to see if we need to save
This commit is contained in:
parent
f83bdbeb7d
commit
e839cb6e1c
4 changed files with 45 additions and 51 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue