turn off selection
This commit is contained in:
parent
9ed6bf4378
commit
59defe9131
2 changed files with 3 additions and 2 deletions
|
|
@ -56,7 +56,8 @@ namespace MatterHackers.MatterControl.PartPreviewWindow.PlusTab
|
|||
{
|
||||
// these images expect to be on white so change the background to white
|
||||
BackgroundColor = Color.White,
|
||||
Margin = new BorderDouble(right: ItemSpacing)
|
||||
Margin = new BorderDouble(right: ItemSpacing),
|
||||
Selectable = false
|
||||
};
|
||||
this.AddChild(whiteBackground);
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit ca13554d458c15488c5e64f7c9dac984d3834aa0
|
||||
Subproject commit 8731fa4a232258051fb807024f88d2443090b64b
|
||||
Loading…
Add table
Add a link
Reference in a new issue