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:
Lars Brubaker 2018-06-27 11:08:58 -07:00
parent 5b8fa603af
commit 47327b01cc
2 changed files with 40 additions and 53 deletions

View file

@ -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));
});
});
};