diff --git a/PartPreviewWindow/ViewControls3D.cs b/PartPreviewWindow/ViewControls3D.cs index 609e152c1..a126703b1 100644 --- a/PartPreviewWindow/ViewControls3D.cs +++ b/PartPreviewWindow/ViewControls3D.cs @@ -210,6 +210,9 @@ namespace MatterHackers.MatterControl.PartPreviewWindow redoButton.Enabled = undoBuffer.RedoCount > 0; }; + undoButton.Enabled = undoBuffer.UndoCount > 0; + redoButton.Enabled = undoBuffer.RedoCount > 0; + var buttonGroupA = new ObservableCollection(); if (UserSettings.Instance.IsTouchScreen)