Disabled undo / redo for master

This commit is contained in:
Lars Brubaker 2016-04-14 11:36:48 -07:00
parent 64817c5297
commit 81c96d3e5f

View file

@ -1395,6 +1395,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
buttonRightPanel.Width = 200;
// put in undo redo
if(false) // this will not be enabled until the new scene_bundle gets merged
{
FlowLayoutWidget undoRedoButtons = new FlowLayoutWidget()
{