TechDraw: Fix claiming of hatch

This commit is contained in:
PaddleStroke
2025-05-16 10:25:40 +02:00
committed by Benjamin Nauck
parent 7658e255cc
commit 782e90b4cc

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();
}
}