ClearPlate if ActivePrintItem not assigned
This commit is contained in:
parent
37245afcac
commit
ebf88e913c
1 changed files with 6 additions and 0 deletions
|
|
@ -65,6 +65,12 @@ namespace MatterHackers.MatterControl
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Clear if not assigned above
|
||||||
|
if (ApplicationController.Instance.ActivePrintItem == null)
|
||||||
|
{
|
||||||
|
ApplicationController.Instance.ClearPlate();
|
||||||
|
}
|
||||||
|
|
||||||
var library3DViewSplitter = new Splitter()
|
var library3DViewSplitter = new Splitter()
|
||||||
{
|
{
|
||||||
Padding = new BorderDouble(4),
|
Padding = new BorderDouble(4),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue