It should not be necessary for most situations, except while there's
GDK grabs coercing events in a different way.
https://bugzilla.gnome.org/show_bug.cgi?id=782870
update_steppers_state (range);
gtk_style_context_add_class (context, "dragging");
+
+ gtk_grab_add (GTK_WIDGET (range));
}
static void
if (!priv->grab_location)
return;
+ gtk_grab_remove (GTK_WIDGET (range));
context = gtk_widget_get_style_context (GTK_WIDGET (range));
gtk_css_gadget_queue_allocate (priv->grab_location);