Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
CPrescher committed Jun 20, 2024
2 parents 1c7344e + 1b5069c commit ab99bc9
Show file tree
Hide file tree
Showing 5 changed files with 144 additions and 103 deletions.
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
2 changes: 1 addition & 1 deletion glassure/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf8 -*-
__version__ = '1.4.3.post1.dev0+5a8281b'
__version__ = '1.4.5'
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
Loading

0 comments on commit ab99bc9

Please sign in to comment.