[TechDraw] Add Owner property to Symbols
This commit is contained in:
@@ -375,6 +375,11 @@ bool DrawView::isInClip()
|
||||
return false;
|
||||
}
|
||||
|
||||
DrawView *DrawView::claimParent() const
|
||||
{
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
DrawViewClip* DrawView::getClipGroup()
|
||||
{
|
||||
std::vector<App::DocumentObject*> parent = getInList();
|
||||
|
||||
Reference in New Issue
Block a user