- added contrain context menu

- improved line pickability.
This commit is contained in:
bklronin
2026-07-19 16:07:11 +02:00
parent 2037106c0d
commit 9f1c29d319
+3
View File
@@ -1474,6 +1474,9 @@ class Sketch2DWidget(QWidget):
d1.is_construction = True
d2.is_construction = True
# Rebuild widget tracking lists so new entities (e.g. diagonal
# construction lines) are visible in paintEvent.
self._rebuild_from_sketch()
self._solve_and_sync()
sketch_updated = getattr(self, "sketch_updated", None)
if sketch_updated is not None: