Part 1 of a multipart commit

Part 1 of a multipart commit
This commit is contained in:
Elliot Lee
2000-07-24 16:10:43 +00:00
parent 824bc30f68
commit 72aa0d6611
4 changed files with 6 additions and 1 deletions

View File

@ -1494,6 +1494,7 @@ gtk_range_adjustment_value_changed (GtkAdjustment *adjustment,
{
gtk_range_slider_update (range);
gtk_range_clear_background (range);
gdk_window_process_updates (range->trough, TRUE);
range->old_value = adjustment->value;
}