Add redirectable ParentSurface property
This commit is contained in:
parent
ae93fedc46
commit
903347e5bd
3 changed files with 27 additions and 7 deletions
|
|
@ -47,7 +47,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
{
|
||||
this.view3DWidget = view3DWidget;
|
||||
this.DrawOnTop = true;
|
||||
MeshViewerToDrawWith.AfterDraw += MeshViewerToDrawWith_Draw;
|
||||
MeshViewerToDrawWith.ParentSurface.AfterDraw += MeshViewerToDrawWith_Draw;
|
||||
}
|
||||
|
||||
public override void SetPosition(IObject3D selectedItem)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue