Skip to content

Commit

Permalink
fix error on open spotwise wizard
Browse files Browse the repository at this point in the history
  • Loading branch information
djdt committed May 9, 2024
1 parent 02f569c commit ba65a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pewpew/widgets/wizards/spot.py
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ def __init__(
self.check_raster = QtWidgets.QCheckBox("Alternate line raster direction.")
self.check_raster.toggled.connect(self.updateImage)

self.graphics = LaserGraphicsView(options)
self.graphics = LaserGraphicsView(options, parent=self)

self.combo_element = QtWidgets.QComboBox()
self.combo_element.currentIndexChanged.connect(self.updateImage)
Expand Down

0 comments on commit ba65a1d

Please sign in to comment.