mirror of https://github.com/GNOME/gimp.git
app: put back two lines that got lost in earlier GTK+ 3.0 porting
This commit is contained in:
parent
807e98b46c
commit
960b530d03
|
@ -804,6 +804,9 @@ gimp_spin_scale_button_press (GtkWidget *widget,
|
|||
private->start_x = x;
|
||||
private->start_value = gtk_adjustment_get_value (gtk_spin_button_get_adjustment (GTK_SPIN_BUTTON (widget)));
|
||||
|
||||
private->start_pointer_x = floor (event->x_root);
|
||||
private->start_pointer_y = floor (event->y_root);
|
||||
|
||||
return TRUE;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Reference in New Issue