Set focus to View3DWidget after drag-drop
- Issue MatterHackers/MCCentral#1589
This commit is contained in:
parent
7d64c57586
commit
71d8991729
1 changed files with 3 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue