Fix the anchor of the default drag cursors. (#319200, Federico Mena Quintero)
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
2005-10-28 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkdnd.c (gtk_drag_get_cursor): Fix the anchor of the default
|
||||
drag cursors. (#319200, Federico Mena Quintero)
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_search_key_press_event): Handle
|
||||
Shift-G to go to the previous match, like firefox. (#320061, Christian
|
||||
Neumair)
|
||||
|
||||
* gtk/gtkaboutdialog.c (gtk_about_dialog_init): Add the little
|
||||
stars. (#319985, Bastien Nocera)
|
||||
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
2005-10-28 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkdnd.c (gtk_drag_get_cursor): Fix the anchor of the default
|
||||
drag cursors. (#319200, Federico Mena Quintero)
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_search_key_press_event): Handle
|
||||
Shift-G to go to the previous match, like firefox. (#320061, Christian
|
||||
Neumair)
|
||||
|
||||
* gtk/gtkaboutdialog.c (gtk_about_dialog_init): Add the little
|
||||
stars. (#319985, Bastien Nocera)
|
||||
|
||||
|
||||
@@ -609,7 +609,7 @@ gtk_drag_get_cursor (GdkDisplay *display,
|
||||
if (!cursor_pixbuf)
|
||||
{
|
||||
cursor_pixbuf = g_object_ref (drag_cursors[i].pixbuf);
|
||||
icon_anchor = GTK_ANCHOR_NORTH;
|
||||
icon_anchor = GTK_ANCHOR_NORTH_WEST;
|
||||
icon_x = icon_y = -2;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user