Fixing export button in print menu

This commit is contained in:
Lars Brubaker 2021-03-15 12:27:36 -07:00
parent a5298087d7
commit 3909383e0f
3 changed files with 3 additions and 1 deletions

View file

@ -235,7 +235,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
});
exportGCodeButton.Enabled = startPrintButton.Enabled;
exportGCodeButton.Enabled = exportPlugin.Enabled;
exportGCodeButton.ToolTipText = "More Export Options".Localize();
setupRow.AddChild(exportGCodeButton);