mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 06:40:38 +00:00
Better handling of generic drag window loaction update.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19553 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c5023b12e4
commit
58a073e7c5
2 changed files with 6 additions and 0 deletions
|
@ -748,6 +748,7 @@ static GSDragView *sharedDragView = nil;
|
|||
}
|
||||
break;
|
||||
case NSPeriodic:
|
||||
newPosition = [NSEvent mouseLocation];
|
||||
if (newPosition.x != dragPosition.x || newPosition.y != dragPosition.y)
|
||||
{
|
||||
[self _updateAndMoveImageToCorrectPosition];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue