Moving keyboard offset to common base class
This commit is contained in:
parent
52fcf0e720
commit
03e1fee901
12 changed files with 2 additions and 39 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue