ClearPlate if ActivePrintItem not assigned

This commit is contained in:
John Lewin 2017-07-31 16:07:45 -07:00
parent 37245afcac
commit ebf88e913c

View file

@ -65,6 +65,12 @@ namespace MatterHackers.MatterControl
}
}
// Clear if not assigned above
if (ApplicationController.Instance.ActivePrintItem == null)
{
ApplicationController.Instance.ClearPlate();
}
var library3DViewSplitter = new Splitter()
{
Padding = new BorderDouble(4),