Skip to content

Commit

Permalink
Update wgpu/gui/qt.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaarrfk authored Dec 29, 2024
1 parent 7f76fa9 commit 8791c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgpu/gui/qt.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def enable_hidpi():
if qt_version_info < (6, 6):
QtWidgets.QApplication.setAttribute(QtCore.Qt.AA_EnableHighDpiScaling, True)
except Exception:
pass # fail on older Qt's
pass # fail on much older Qt's


# If you import this module, you want to use wgpu in a way that does not suck
Expand Down

0 comments on commit 8791c95

Please sign in to comment.