project_panel: Fix scrolling in empty area below file list#50683
Merged
MrSubidubi merged 2 commits intozed-industries:mainfrom Mar 4, 2026
Merged
Conversation
Forward scroll wheel events from the blank area at the bottom of the project panel to the uniform list's scroll handle, so that both horizontal and vertical scrolling work when the cursor is below the file list.
MrSubidubi
approved these changes
Mar 4, 2026
Member
MrSubidubi
left a comment
There was a problem hiding this comment.
NIce, good find and fix!
I jumped on this quickly to do some cleanup I came across whilst looking at the PR. Did not want to bother you with this, so decided to quickly do this myself. Hope that's fine with you, will merge after todays release just to be sure I did not break something by accident.
Thank you!
Contributor
Author
|
Thanks for taking a look and cleaning things up. Appreciate it! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #50624
The empty bottom section of the project panel showed a horizontal scrollbar on hover, but scrolling didn't work there. Added a scroll wheel handler to the blank area that forwards scroll events to the uniform list's scroll handle, making both horizontal and vertical scrolling work from anywhere in the panel.
Before you mark this PR as ready for review, make sure that you have:
Release Notes: