Make sure the rubberband is updated when scrolling.
Sat Jun 26 21:05:15 2004 Soeren Sandmann <sandmann@daimi.au.dk> * libegg/iconlist/eggiconlist.c (egg_icon_list_adjustment_changed): Make sure the rubberband is updated when scrolling.
This commit is contained in:
committed by
Søren Sandmann Pedersen
parent
f7c67de9a1
commit
f0ef8663b8
@@ -1543,6 +1543,10 @@ egg_icon_list_adjustment_changed (GtkAdjustment *adjustment,
|
||||
gdk_window_move (icon_list->priv->bin_window,
|
||||
- icon_list->priv->hadjustment->value,
|
||||
- icon_list->priv->vadjustment->value);
|
||||
|
||||
if (icon_list->priv->rubberbanding)
|
||||
rubberbanding (GTK_WIDGET (icon_list));
|
||||
|
||||
gdk_window_process_updates (icon_list->priv->bin_window, TRUE);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user