- Sketch projection partly works again :)

This commit is contained in:
bklronin
2024-12-30 20:12:46 +01:00
parent 842799b35f
commit d75d59f311
3 changed files with 68 additions and 10 deletions

View File

@@ -684,9 +684,9 @@ class SketchWidget(QWidget):
pen_normal = QPen(Qt.gray)
pen_normal.setWidthF(2 / self.zoom)
pen_construct = QPen(Qt.blue)
pen_construct.setStyle(Qt.PenStyle.DashLine)
pen_construct.setWidthF(2 / self.zoom)
pen_construct = QPen(Qt.cyan)
pen_construct.setStyle(Qt.PenStyle.DotLine)
pen_construct.setWidthF(1 / self.zoom)
pen_solver = QPen(Qt.green)
pen_solver.setWidthF(2 / self.zoom)