[Sketcher] Ensure All Reference Constraints are Read Only in the Property Editor

This commit is contained in:
Syres916
2025-07-24 09:55:15 +01:00
committed by Chris Hennes
parent 0baa28ed24
commit e828c5da4d

View File

@@ -109,6 +109,7 @@ void PropertyConstraintListItem::initialize()
item->bind(list->createPath(id - 1));
item->setAutoApply(false);
item->setReadOnly(!(*it)->isDriving);
}
}