[TD]handle ScaleType in old documents

This commit is contained in:
Wanderer Fan
2022-03-09 13:14:41 -05:00
committed by WandererFan
parent 419594a5dc
commit d9afcaa807
3 changed files with 27 additions and 0 deletions

View File

@@ -170,6 +170,7 @@ void DrawProjGroupItem::autoPosition()
void DrawProjGroupItem::onDocumentRestored()
{
// Base::Console().Message("DPGI::onDocumentRestored() - %s\n", getNameInDocument());
DrawView::onDocumentRestored();
App::DocumentObjectExecReturn* rc = DrawProjGroupItem::execute();
if (rc) {
delete rc;