Set focus to View3DWidget after drag-drop

- Issue MatterHackers/MCCentral#1589
This commit is contained in:
John Lewin 2017-07-11 17:31:50 -07:00
parent 7d64c57586
commit 71d8991729

View file

@ -938,6 +938,9 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
Scene_SelectionChanged(null, null);
this.PartHasBeenChanged();
// Set focus to View3DWidget after drag-drop
UiThread.RunOnIdle(this.Focus);
}
public override void OnLoad(EventArgs args)