Gui: Disable Show Placement for Body Features

This commit is contained in:
Kacper Donat
2025-04-04 00:52:14 +02:00
committed by Benjamin Nauck
parent 5dc2ba40ea
commit a86c300688
6 changed files with 9 additions and 13 deletions

View File

@@ -282,6 +282,7 @@ void ViewProviderBody::unifyVisualProperty(const App::Property* prop) {
prop == &Selectable ||
prop == &DisplayModeBody ||
prop == &PointColorArray ||
prop == &ShowPlacement ||
prop == &LineColorArray) {
return;
}