Skip to content

Commit

Permalink
Fix enabling only offset spin box on changing backside state
Browse files Browse the repository at this point in the history
  • Loading branch information
Malacath-92 committed Jan 5, 2025
1 parent 0b89194 commit b7c129a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui_qt.py
Original file line number Diff line number Diff line change
Expand Up @@ -1574,7 +1574,7 @@ def switch_backside_enabled(s):
print_dict["backside_enabled"] = enabled
backside_default_button.setEnabled(enabled)
backside_default_preview.setEnabled(enabled)
backside_offset_spin.setEnabled(enabled)
backside_offset.setEnabled(enabled)
self.window().refresh(print_dict, img_dict)

def pick_backside():
Expand Down

0 comments on commit b7c129a

Please sign in to comment.