Use menu theme

This commit is contained in:
John Lewin 2018-06-18 15:04:07 -07:00
parent c098c60b9a
commit 94598245cc

View file

@ -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) =>