Skip to content
  • Carlos Garnacho's avatar
    range: Avoid animations during slider drag · d5b96b95
    Carlos Garnacho authored and Matthias Clasen's avatar Matthias Clasen committed
    If the drag gesture gets a GtkGesture::updated signal, the user
    is directly interacting through pointer/touch with the range slider,
    animating the adjustment value change in this situation can produce
    perceived lag, so set the value immediately when this is happening.
    d5b96b95