Fix reappearing internal piece path after scene update.
--HG-- branch : develop
This commit is contained in:
parent
e15c6eca08
commit
85afe83f6a
|
@ -309,8 +309,10 @@ void VToolPiecePath::RefreshGeometry()
|
||||||
QPen pen = this->pen();
|
QPen pen = this->pen();
|
||||||
pen.setStyle(path.GetPenType());
|
pen.setStyle(path.GetPenType());
|
||||||
this->setPen(pen);
|
this->setPen(pen);
|
||||||
|
if (_referens > 0)
|
||||||
setVisible(path.IsVisible(this->getData()->DataVariables()));
|
{
|
||||||
|
setVisible(path.IsVisible(this->getData()->DataVariables()));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user