Skip to content

Commit

Permalink
Bump version to 1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusoverli committed Nov 18, 2024
1 parent bcea1b7 commit 8e93201
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified __pycache__/delegates.cpython-313.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion delegates.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def createEditor(self, parent, option, index):
editor.setFrame(False)
editor.setDecimals(2)
# Set locale to English (United States) to use dot as decimal separator
editor.setLocale(Qt.Locale(QLocale.Language.English, QLocale.Country.UnitedStates))
editor.setLocale(QLocale(QLocale.Language.English, QLocale.Country.UnitedStates))

# Correctly locate and set the stylesheet for the editor
style_sheet_path = os.path.join(os.path.dirname(__file__), 'style.qss')
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.3
1.7.4

0 comments on commit 8e93201

Please sign in to comment.