mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 20:17:38 +00:00
Minor tweak suggested by Enrico
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21033 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
39bc6b4f68
commit
4fbf9733d1
2 changed files with 8 additions and 1 deletions
|
@ -3639,7 +3639,7 @@ static inline float computePeriod(NSPoint mouseLocationWin,
|
|||
p = [self convertPoint:
|
||||
[theEvent locationInWindow] fromView: nil];
|
||||
p.x += s.width;
|
||||
p.y += s.height;
|
||||
p.y -= s.height; // View is flipped
|
||||
|
||||
[self dragImage: dragImage
|
||||
at: p
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue