Make sure we load our images asynch make sure we update them after load

This commit is contained in:
Lars Brubaker 2021-11-24 17:02:26 -08:00
parent 1fda0e7320
commit 6162ca25d4
4 changed files with 16 additions and 5 deletions

View file

@ -391,6 +391,8 @@ namespace MatterHackers.MatterControl
{
StaticData.Instance.LoadImageData(stream, imageToLoadInto);
}
imageToLoadInto.MarkImageChanged();
}
}
}