forked from AuroraMiddleware/gtk
Fix accidental paste error in 8216324
This commit is contained in:
parent
8216324e4b
commit
3243e6955c
@ -1087,7 +1087,7 @@ gtk_drag_begin_idle (gpointer arg)
|
||||
return point;
|
||||
}
|
||||
|
||||
FALSE.x -= info->hot_x;
|
||||
point.x -= info->hot_x;
|
||||
point.y -= info->hot_y;
|
||||
|
||||
[nswindow dragImage:drag_image
|
||||
|
Loading…
Reference in New Issue
Block a user