forked from AuroraMiddleware/gtk
Fix save_hot_y init in gtk_drag_get_icon()
Signed-off-by: Maks Naumov <maksqwe1@ukr.net> https://bugzilla.gnome.org/show_bug.cgi?id=742786
This commit is contained in:
parent
1b03f08938
commit
9f51d8948f
@ -3014,7 +3014,7 @@ gtk_drag_get_icon (GtkDragSourceInfo *info,
|
||||
*/
|
||||
save_icon_window = info->icon_window;
|
||||
save_hot_x = info->hot_x;
|
||||
save_hot_y = info->hot_x;
|
||||
save_hot_y = info->hot_y;
|
||||
save_destroy_icon = info->destroy_icon;
|
||||
|
||||
info->icon_window = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user