TD: make MDIViewPagePy acting as sub-class of MDIViewPy

This commit is contained in:
wmayer
2021-11-21 17:33:19 +01:00
parent e0bc8de4b4
commit 7a58b7cfb0
6 changed files with 102 additions and 72 deletions

View File

@@ -125,6 +125,7 @@ PyMOD_INIT_FUNC(TechDrawGui)
TechDrawGui::Workbench::init();
TechDrawGui::MDIViewPage::init();
TechDrawGui::MDIViewPagePy::init_type();
TechDrawGui::ViewProviderPage::init();
TechDrawGui::ViewProviderDrawingView::init();