TechDraw: Fix claiming of hatch

This commit is contained in:
PaddleStroke
2025-05-19 17:33:19 +02:00
committed by Benjamin Nauck
parent d041090c87
commit 8e8382dbcb
+2 -1
View File
@@ -186,7 +186,8 @@ void TaskHatch::apply(bool forceUpdate)
if (m_dvp) {
//only need requestPaint to hatch the face
//need a recompute in order to claimChildren in tree
m_dvp->recomputeFeature();
m_dvp->touch();
m_dvp->getDocument()->recompute();
}
}