PartDesign/ViewProviderDatum: minor enhancements

- added defaultSize constant
 - fixed typo in margin{g,}Factor function name
This commit is contained in:
Alexander Golubev
2015-09-09 09:56:27 +03:00
committed by Stefan Tröger
parent d4c67c0366
commit fa29bfa667
4 changed files with 11 additions and 5 deletions

View File

@@ -109,7 +109,7 @@ void ViewProviderDatumPlane::setExtents (Base::BoundBox3d bbox) {
// Add origin of the plane to the box if it's not
bbox.Add ( Base::Vector3d (0, 0, 0) );
double marging = sqrt(bbox.LengthX ()*bbox.LengthY ()) * margingFactor ();
double marging = sqrt(bbox.LengthX ()*bbox.LengthY ()) * marginFactor ();
// Change the coordinates of the line
pCoords->point.setNum (4);