forked from AuroraMiddleware/gtk
range: remove duplicated code
This is already called by range_grab_add().
This commit is contained in:
parent
d9db329496
commit
de1c4bad6f
@ -2720,8 +2720,6 @@ gtk_range_multipress_gesture_pressed (GtkGestureMultiPress *gesture,
|
||||
|
||||
range_grab_add (range, priv->mouse_location);
|
||||
|
||||
gtk_range_queue_draw_location (range, priv->mouse_location);
|
||||
|
||||
scroll = range_get_scroll_for_grab (range);
|
||||
if (scroll == GTK_SCROLL_START || scroll == GTK_SCROLL_END)
|
||||
gtk_range_scroll (range, scroll);
|
||||
|
Loading…
Reference in New Issue
Block a user