Skip to content

paned: Set cursor on gizmo widget

Carlos Garnacho requested to merge wip/carlosg/paned-cursor into master

We may avoid setting it on the paned widget depending on the pointer position altogether, since the handle is now a widget. Also is more likely to be correct as the implicitly grabbed widget will probably be that one.

Fixes the paned losing the resize cursor after button press.

Merge request reports