mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 22:10:36 +00:00
Correction of last changes as pointed out by Derek Fawcus
<dfawcus@employees.org>. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@31032 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2f421281dd
commit
da660947da
2 changed files with 6 additions and 2 deletions
|
@ -3219,7 +3219,7 @@ resetCursorRectsForView(NSView *theView)
|
|||
}
|
||||
|
||||
// If this is a BACKTAB event, move to the previous key view
|
||||
if (character == NSTabCharacter)
|
||||
if (character == NSBackTabCharacter)
|
||||
{
|
||||
[self selectPreviousKeyView: self];
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue