mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 10:30:48 +00:00
Rename middl toother mouse
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12948 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5f688fbf6e
commit
4f5825c6a0
14 changed files with 92 additions and 66 deletions
|
@ -4113,8 +4113,8 @@ other than copy/paste or dragging. */
|
|||
type: NSStringPboardType];
|
||||
}
|
||||
|
||||
/** Bind middle mouse up to pasteSelection. This should be done via configuation! */
|
||||
- (void) middleMouseUp: (NSEvent*)theEvent
|
||||
/** Bind other mouse up to pasteSelection. This should be done via configuation! */
|
||||
- (void) otherMouseUp: (NSEvent*)theEvent
|
||||
{
|
||||
// Should we change the insertion point, based on the event position?
|
||||
[self pasteSelection];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue