Remove manual invalidate, rely on code in ImageConverter operation
This commit is contained in:
parent
216bd91dc3
commit
95006f5577
1 changed files with 0 additions and 3 deletions
|
|
@ -125,9 +125,6 @@ namespace MatterHackers.MatterControl.Library
|
|||
// Invoke ImageConverter operation, passing image and scene
|
||||
ApplicationController.Instance.Graph.Operations["ImageConverter"].Operation(imageObject, tempScene);
|
||||
|
||||
// Invalidate image, forcing rebuild
|
||||
imageObject.Invalidate(new InvalidateArgs(imageObject, InvalidateType.Content, null));
|
||||
|
||||
// Return replacement object constructed in ImageConverter operation
|
||||
var constructedComponent = tempScene.SelectedItem;
|
||||
tempScene.Children.Remove(constructedComponent);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue