app: put back two lines that got lost in earlier GTK+ 3.0 porting

This commit is contained in:
Michael Natterer 2018-05-02 21:20:19 +02:00
parent 807e98b46c
commit 960b530d03
1 changed files with 3 additions and 0 deletions

View File

@ -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: