TechDraw: Fix claiming of hatch

This commit is contained in:
PaddleStroke
2025-05-16 10:25:40 +02:00
committed by Benjamin Nauck
parent d041090c87
commit 8e8382dbcb

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