Skip to content

flowbox: Accept multipress gesture late

Carlos Garnacho requested to merge wip/carlosg/flowbox-late-claim into gtk-3-24

So it's able to operate properly with the DnD gesture set by gtk_drag_source_set(). We usually just react on button release, that's the right time to claim the gesture.

Closes: #1557 (closed)

Merge request reports