Fix non-functional F1 key after load

This commit is contained in:
John Lewin 2017-10-21 09:13:00 -07:00
parent 1d1c6e5713
commit 9e95230960

View file

@ -79,8 +79,6 @@ namespace MatterHackers.MatterControl
this.TopMost = true;
}
public bool Inspecting { get; set; } = true;
protected override bool ShowWithoutActivation => true;
protected override CreateParams CreateParams