Skip to content
Snippets Groups Projects
Commit 7697457f authored by Van Herck, Walter's avatar Van Herck, Walter
Browse files

Fix bug from merge

parent 23129d7e
No related branches found
No related tags found
No related merge requests found
......@@ -273,6 +273,7 @@ std::vector<const INode*> MultiLayer::getChildren() const
void MultiLayer::addAndRegisterLayer(Layer* child)
{
m_layers.push_back(child);
handleLayerThicknessRegistration();
registerChild(child);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment