Merge branch 'gtk-3-24' into 'gtk-3-24'

Fixes incorrect grabbing behaviour causing subsequent rejection of input

See merge request GNOME/gtk!5212
This commit is contained in:
Matthias Clasen
2023-01-28 17:46:05 +00:00

View File

@ -2711,6 +2711,9 @@ gtk_range_multipress_gesture_pressed (GtkGestureMultiPress *gesture,
priv->mouse_y = y;
gtk_range_update_mouse_location (range);
if (!priv->mouse_location)
return;
gtk_css_gadget_get_margin_box (priv->slider_gadget, &slider_alloc);
g_object_get (gtk_widget_get_settings (widget),