When I try to use the scroll wheel in plotter I get the following error on stderr:
Traceback (mostrecentcalllast):
File"/home/mgale/mambaforge/lib/python3.10/site-packages/openmc_plotter/plotgui.py", line342, inwheelEventifevent.delta() andevent.modifiers() ==QtCore.Qt.ShiftModifier:
AttributeError: 'PySide6.QtGui.QWheelEvent'objecthasnoattribute'delta'
I'm assuming delta was deprecated at some point.
Versions of libraries:
- openmc-plotter==0.4.0
- PySide6==6.7.0
- PySide6_Addons==6.7.0
- PySide6_Essentials==6.7.0
- qtconsole==5.4.3
This is a small slice, I figured you didn't want my full pip freeze.
When I try to use the scroll wheel in plotter I get the following error on stderr:
I'm assuming
deltawas deprecated at some point.Versions of libraries:
This is a small slice, I figured you didn't want my full
pip freeze.