Directly expose typed OverflowButton, resolve menu enabled regression
- Issue MatterHackers/MCCentral#3060 PrintLibrary popup menu items are always enabled
This commit is contained in:
parent
dafaa9f8ba
commit
3ad0c32d6d
3 changed files with 10 additions and 7 deletions
|
|
@ -190,7 +190,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
this.AddChild(new TemperatureWidgetBed(printer));
|
||||
}
|
||||
|
||||
this.OverflowMenu.Name = "Printer Overflow Menu";
|
||||
this.OverflowButton.Name = "Printer Overflow Menu";
|
||||
this.ExtendOverflowMenu = (popupMenu) =>
|
||||
{
|
||||
this.GeneratePrinterOverflowMenu(popupMenu, theme);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue