Use menu theme
This commit is contained in:
parent
c098c60b9a
commit
94598245cc
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
this.OverflowButton.Name = "Printer Overflow Menu";
|
||||
this.ExtendOverflowMenu = (popupMenu) =>
|
||||
{
|
||||
this.GeneratePrinterOverflowMenu(popupMenu, theme);
|
||||
this.GeneratePrinterOverflowMenu(popupMenu, ApplicationController.Instance.MenuTheme);
|
||||
};
|
||||
|
||||
printer.ViewState.ViewModeChanged += (s, e) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue