Got the component object panel updating correctly
Got the items to be in the order of the SurfaceEditors description Got image to send the right invalidate on image changed
This commit is contained in:
parent
5b8fa603af
commit
47327b01cc
2 changed files with 40 additions and 53 deletions
|
|
@ -133,7 +133,7 @@ namespace MatterHackers.MatterControl.DesignTools
|
|||
thumbnailWidget.Image = SetImage(theme, imageObject);
|
||||
|
||||
column.Invalidate();
|
||||
imageObject.Invalidate(new InvalidateArgs(imageObject, InvalidateType.Content));
|
||||
imageObject.Invalidate(new InvalidateArgs(imageObject, InvalidateType.Image));
|
||||
});
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue