Include osifont in TechDraw

- also use PropertyFont instead of PropertyString
This commit is contained in:
WandererFan
2017-08-24 20:12:41 -04:00
committed by wmayer
parent caace9d617
commit 15be0f285e
7 changed files with 32 additions and 3 deletions

View File

@@ -186,6 +186,7 @@ App::DocumentObjectExecReturn *DrawViewDimension::execute(void)
}
//TODO: if MeasureType = Projected and the Projected shape changes, the Dimension may become invalid (see tilted Cube example)
requestPaint();
return App::DocumentObject::execute();;
}