TechDraw: Link related changes
* Support link and group objects * Support view sync by implementing view provider API getMDIView() * Use handleChangedPropertyType() for object migration instead of reimplementing Restore() because of a lots of changes in PropertyContainer::Restore(). * Various other small fixes.
This commit is contained in:
@@ -240,6 +240,10 @@ MDIViewPage* ViewProviderDrawingView::getMDIViewPage() const
|
||||
return result;
|
||||
}
|
||||
|
||||
Gui::MDIView *ViewProviderDrawingView::getMDIView() {
|
||||
return getMDIViewPage();
|
||||
}
|
||||
|
||||
void ViewProviderDrawingView::onGuiRepaint(const TechDraw::DrawView* dv)
|
||||
{
|
||||
// Base::Console().Message("VPDV::onGuiRepaint(%s)\n", dv->getNameInDocument());
|
||||
|
||||
Reference in New Issue
Block a user