Typo in ViewProviderGeometryObject.cpp (#21517)

appearrance -> appearance
This commit is contained in:
Roy-043
2025-05-22 11:04:10 +02:00
committed by GitHub
parent 7c4b0b4d4b
commit 1057db98db

View File

@@ -74,7 +74,7 @@ ViewProviderGeometryObject::ViewProviderGeometryObject()
"Set object transparency");
Transparency.setConstraints(&intPercent);
ADD_PROPERTY_TYPE(ShapeAppearance, (mat), osgroup, App::Prop_None, "Shape appearrance");
ADD_PROPERTY_TYPE(ShapeAppearance, (mat), osgroup, App::Prop_None, "Shape appearance");
ADD_PROPERTY_TYPE(BoundingBox, (false), dogroup, App::Prop_None, "Display object bounding box");
ADD_PROPERTY_TYPE(Selectable,
(true),