Make sure we load our images asynch make sure we update them after load
This commit is contained in:
parent
1fda0e7320
commit
6162ca25d4
4 changed files with 16 additions and 5 deletions
|
|
@ -391,6 +391,8 @@ namespace MatterHackers.MatterControl
|
|||
{
|
||||
StaticData.Instance.LoadImageData(stream, imageToLoadInto);
|
||||
}
|
||||
|
||||
imageToLoadInto.MarkImageChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue