[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 7d1403cb67
commit 3ac0ab3abd

View File

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