- Sketch projection partly works again :)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user