Skip to content

Fix WheelEvent exception when using mouse wheel on WheelEdit and SpinBox

Miquel Navarro requested to merge issue1249-tauruswheel-exception into develop

Add new mousewheel api for PyQt5 and PySide2, while keeping backwards compatibility. Fix applied on both TaurusWheelEdit and TaurusSpinBox. Also increased the minimum size of TaurusSpinBox, as it was always so small you couldn't even see the number.
Fixes #1249 (closed) and closes !1277 (closed)

Edited by Miquel Navarro

Merge request reports