mirror of https://github.com/KLayout/klayout.git
Small bug fixed
This commit is contained in:
parent
e359f2af20
commit
2e1afc846a
|
|
@ -308,7 +308,10 @@ CompoundRegionMultiInputOperationNode::CompoundRegionMultiInputOperationNode (co
|
|||
(*c)->keep ();
|
||||
m_children.push_back (*c);
|
||||
}
|
||||
init ();
|
||||
|
||||
if (! no_init) {
|
||||
init ();
|
||||
}
|
||||
}
|
||||
|
||||
CompoundRegionMultiInputOperationNode::CompoundRegionMultiInputOperationNode ()
|
||||
|
|
|
|||
Loading…
Reference in New Issue