Skip to content

st/box-layout: Fix forwarding `vertical` changes

Florian Müllner requested to merge fmuellner/gnome-shell:fix-box-notify into main

Quoting the main commit:

st/box-layout: Fix forwarding `vertical` changes

Our code to "forward" `notify` signals from the underlying layout
manager for the `vertical` property broke when ClutterLayoutManager
removed its own `vertical` property.

Property changes via the underlying layout manager should be rare,
but still worth fixing, so explicitly connect to `notify::orientation`
now.

Merge request reports

Loading