mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Oops, forgot a clean-up - Federico
This commit is contained in:
parent
bad1cb0f37
commit
7b2f9afe4c
@ -583,9 +583,6 @@ gtk_handle_box_motion (GtkWidget *widget,
|
||||
|
||||
if (hb->is_being_dragged)
|
||||
{
|
||||
newx = event->x_root - hb->dragoff_x;
|
||||
newy = event->y_root - hb->dragoff_y;
|
||||
|
||||
if ((abs (hb->steady_x - newx) < SNAP_TOLERANCE)
|
||||
&& (abs (hb->steady_y - newy) < SNAP_TOLERANCE))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user