Skip to content

Commit

Permalink
Fix issue with random @QtCore.Slot in the glassure controller
Browse files Browse the repository at this point in the history
  • Loading branch information
CPrescher committed Jun 20, 2024
1 parent 6336d20 commit 058b44e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.4.5 (2023/06/20)

### Bugfixes
- fixes an issue which caused glassure not to start with some pyqt6 versions

## 1.4.4 (2023/11/14)

### Bugfixes
Expand Down
1 change: 0 additions & 1 deletion glassure/gui/controller/glassure_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ def delete_element_btn_clicked(self):
def update_sample(self, sample: Sample):
self.model.sample_config = sample

@QtCore.Slot()
def update_model(self):
sample_config = self.main_widget.get_sample_config()
transform_config = self.main_widget.get_transform_config()
Expand Down

0 comments on commit 058b44e

Please sign in to comment.