- added contrain context menu
- improved line pickability.
This commit is contained in:
@@ -1474,6 +1474,9 @@ class Sketch2DWidget(QWidget):
|
|||||||
d1.is_construction = True
|
d1.is_construction = True
|
||||||
d2.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()
|
self._solve_and_sync()
|
||||||
sketch_updated = getattr(self, "sketch_updated", None)
|
sketch_updated = getattr(self, "sketch_updated", None)
|
||||||
if sketch_updated is not None:
|
if sketch_updated is not None:
|
||||||
|
|||||||
Reference in New Issue
Block a user