Skip to content

action-bar-start: Propagate primary button release events

Elias Projahn requested to merge (removed):master into master

Previously, the release events for the primary mouse button on the navigation buttons were not propagated. Because of that, the GtkButton stayed in its pressed state.

The middle button events will still be blocked as justified by the respective comment.

Merge request reports