Return TRUE to prevent the scroll event to be propagated upwards.

2000-02-19  Anders Carlsson  <andersca@gnu.org>

	* gtk/gtkrange.c (gtk_range_scroll_event): Return TRUE
	to prevent the scroll event to be propagated upwards.
This commit is contained in:
Anders Carlsson
2000-02-19 22:19:55 +00:00
committed by Anders Carlsson
parent bddd4ca943
commit 1dcb67c8f3
8 changed files with 36 additions and 1 deletions

View File

@ -1002,7 +1002,7 @@ gtk_range_scroll_event (GtkWidget *widget,
gtk_adjustment_set_value (adj, new_value);
}
return FALSE;
return TRUE;
}
static gint