gtk4-prep: restore right-click node popup and alt+scroll channel tab switching - #21775
Merged
TurboGit merged 1 commit intoAug 9, 2026
Merged
Conversation
|
Dear @Arecsu I injected the code and it basically fixes #21774. However, please see the video (sorry screenkey on only towards the end, but merely right-klicking). Sometimes still the menus pops up. That is also the case for 2.6.0, so not related with #21774, but by chance you could fix that in one run? IMHO that menu should only appear when the hamburger is clicked... 20260809b_color-eq_no-context-2026-08-09_16.13.36.mp4 |
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.
Fixes #21774 — right-clicking a color equalizer node opened the module menu instead of the value-entry popup. Alt+scroll channel-tab switching was also lost in atrous, colorzones, denoiseprofile and rawdenoise. Both were regressions from the event signal → event-controller conversion (#21659), which dropped the code that forwarded events to the slider and notebook widgets. The popup is now opened directly — a gesture-based slider can't be fed a synthetic press without corrupting its gesture state — and the alt+scroll forwarding to the channel tabs is restored.
Related: #21774 #15920 #20433