mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Modified code, not to highlight text on mouse down on a text field.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5184 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6e128ebe88
commit
cc5ac74782
1 changed files with 11 additions and 0 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
|||
Sun Nov 14 1999 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
Modified code so that text is highlighted only when moving between
|
||||
fields with TAB, not on mouse events:
|
||||
* Source/NSTextField.m ([-becomeFirstResponder]), ([-mouseDown:]):
|
||||
Modified. ([-acceptsFirstMouse:]): New method.
|
||||
* Source/NSWindow.m: ([-selectKeyViewPrecedingView:]),
|
||||
([-selectPreviousKeyView:]), ([-selectNextKeyView:]),
|
||||
([-selectKeyViewFollowingView:]): Select text if the newly selected
|
||||
view is kind of text field.
|
||||
|
||||
Sun Nov 14 1999 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
Huge improvements of NSTextField and related code.
|
||||
|
|
Loading…
Reference in a new issue