Core: SoShapeScale fix weird scaling on viewport resize. See https://github.com/FreeCAD/FreeCAD/issues/18382#issuecomment-2527623758
This commit is contained in:
@@ -255,7 +255,7 @@ ViewProviderPath::ViewProviderPath()
|
||||
pArrow->set("zAxis.appearance.drawStyle", "style INVISIBLE");
|
||||
pArrow->set("zHead.transform", "translation 0 0 0");
|
||||
pArrowScale->setPart("shape", pArrow);
|
||||
pArrowScale->scaleFactor = 1.0f;
|
||||
pArrowScale->scaleFactor = 2.0f;
|
||||
pArrowGroup->addChild(pArrowScale);
|
||||
|
||||
pcArrowSwitch->addChild(pArrowGroup);
|
||||
|
||||
Reference in New Issue
Block a user