Allows horizontal scrolling when pressing Shift + Scroll. This is currently limited to the EntryView.
The code changes are minimal: We listen to wheelEvent and forward it to the parent or the horizontal scrollbar depending on whether Shift is pressed or not.
Allows horizontal scrolling when pressing Shift + Scroll. This is currently limited to the EntryView.
The code changes are minimal: We listen to
wheelEvent
and forward it to the parent or the horizontal scrollbar depending on whether Shift is pressed or not.Implements feature: #11337
Testing strategy
Tested locally.
Type of change