We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I try to use the scroll wheel in plotter I get the following error on stderr:
Traceback (most recent call last): File "/home/mgale/mambaforge/lib/python3.10/site-packages/openmc_plotter/plotgui.py", line 342, in wheelEvent if event.delta() and event.modifiers() == QtCore.Qt.ShiftModifier: AttributeError: 'PySide6.QtGui.QWheelEvent' object has no attribute 'delta'
I'm assuming delta was deprecated at some point.
delta
Versions of libraries:
This is a small slice, I figured you didn't want my full pip freeze.
pip freeze
The text was updated successfully, but these errors were encountered:
Already fixed in #134 and will be in next release
Sorry, something went wrong.
Awesome. Sorry for the extra issue.
No branches or pull requests
When I try to use the scroll wheel in plotter I get the following error on stderr:
I'm assuming
delta
was deprecated at some point.Versions of libraries:
This is a small slice, I figured you didn't want my full
pip freeze
.The text was updated successfully, but these errors were encountered: