Moving keyboard offset to common base class

This commit is contained in:
Lars Brubaker 2016-12-12 13:32:10 -08:00
parent 52fcf0e720
commit 03e1fee901
12 changed files with 2 additions and 39 deletions

View file

@ -109,7 +109,7 @@ namespace MatterHackers.MatterControl
}
var menuItem = this.AddItem(StaticData.Instance.LoadIcon("icon_plus.png", 32, 32), "Add New Printer...", "new");
menuItem.Selectable = false;
menuItem.CanHeldSelection = false;
menuItem.Click += (s, e) =>
{
if (AddPrinter != null)