Fix for removing part panes
This commit is contained in:
parent
44fb94584a
commit
d1eb6a612d
@ -2008,7 +2008,7 @@ namespace LayoutBXLYT
|
||||
|
||||
public void RemoveNodeWrapper()
|
||||
{
|
||||
if (NodeWrapper.Parent != null)
|
||||
if (NodeWrapper != null && NodeWrapper.Parent != null)
|
||||
{
|
||||
var parent = NodeWrapper.Parent;
|
||||
parent.Nodes.Remove(NodeWrapper);
|
||||
|
Loading…
x
Reference in New Issue
Block a user