[TD]fix Balloon parentage in tree

This commit is contained in:
wandererfan
2024-01-15 14:02:30 -05:00
committed by WandererFan
parent 49e7bba9c7
commit 7bc3317455

View File

@@ -559,6 +559,9 @@ void QGSPage::createBalloon(QPointF origin, DrawView* parent)
pageName.c_str(), featName.c_str());
Gui::Command::commitCommand();
// Touch the parent feature so the balloon in tree view appears as a child
parent->touch(true);
}
QGIView* QGSPage::addViewDimension(TechDraw::DrawViewDimension* dimFeat)