mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 15:20:38 +00:00
Fix for delivery of rightMouseDragged: and otherMouseDragged: which were not working
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30120 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c6866f8c8a
commit
fa1db26477
3 changed files with 34 additions and 12 deletions
|
@ -175,7 +175,9 @@ PACKAGE_SCOPE
|
|||
id _delegate;
|
||||
@protected
|
||||
id _fieldEditor;
|
||||
id _lastView;
|
||||
id _lastLeftMouseDownView;
|
||||
id _lastRightMouseDownView;
|
||||
id _lastOtherMouseDownView;
|
||||
id _lastDragView;
|
||||
int _lastDragOperationMask;
|
||||
int _windowNum;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue