Skip to content

Disable mouse wheel focus stealing

Samuel GAIST requested to merge 238_disable_focus_stealing into v2

Summary

This merge request implements the disabling of mouse wheel focus stealing by widgets like QComboBox and QSpinBox.

This will allow to scroll through editors without the risk of modifying them without noticing.

Relevant issue(s) fixed

Fixes #238 (closed)

Merge request reports