You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ImComboBox): Fix inverted scrolling with natural scrolling enabled
Use Qt's built-in event.inverted flag to detect natural scrolling instead
of platform-specific detection. When natural scrolling is enabled, invert
the wheel delta so that scrolling down always moves to the next item in
the combo box, matching user expectations for discrete item selection.
This approach is simpler, cross-platform, and relies on Qt's native
scroll direction handling rather than querying system preferences.
0 commit comments