mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 13:10:38 +00:00
Tiny fix for coordinate of event
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@7311 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fd24e74e5a
commit
3cf76bfb77
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ static int _gs_gui_color_picker_mode = NSRGBModeColorPanel;
|
|||
[image setBackgroundColor: aColor];
|
||||
|
||||
[sourceView dragImage: image
|
||||
at: [sourceView frame].origin
|
||||
at: [sourceView bounds].origin
|
||||
offset: NSMakeSize(0,0)
|
||||
event: anEvent
|
||||
pasteboard: pb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue