Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
triggers all working
Browse files Browse the repository at this point in the history
  • Loading branch information
ggoneiESS committed Oct 13, 2023
1 parent f2bf8ff commit 090f3aa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nexus_constructor/transformation_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,12 @@ def _init_connections(self):
self.save_transformation_name
)

for box in self.transformation_frame.spinboxes[:-1]:
for box in self.transformation_frame.spinboxes:
box.textChanged.connect(self.save_transformation_vector)

for box in self.transformation_frame.offset_spinboxes:
box.textChanged.connect(self.save_offset)

self.transformation_frame.magnitude_widget.value_line_edit.textChanged.connect(
self.save_magnitude
)
Expand Down

0 comments on commit 090f3aa

Please sign in to comment.