mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 12:00:52 +00:00
* Source/NSAlert.m: (-_initWithoutGModel): Set selected text
background color to [NSColor controlLightHighlightColor]. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@24927 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a7bb06a38a
commit
c77c8ab90b
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-03-23 Sergii Stoian <stoyan255@gmail.com>
|
||||
|
||||
* Source/NSAlert.m: (-_initWithoutGModel): Set selected text
|
||||
background color to [NSColor controlLightHighlightColor].
|
||||
|
||||
2007-03-23 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSView.m: Replace calls to the now deprecated methods on
|
||||
|
|
|
@ -407,7 +407,7 @@ setControl(NSView* content, id control, NSString *title)
|
|||
be selectable for a copy-and-paste. Hence, setSelectable: YES.
|
||||
*/
|
||||
selectedAttrs = [NSDictionary dictionaryWithObjectsAndKeys:
|
||||
[NSColor whiteColor],
|
||||
[NSColor controlLightHighlightColor],
|
||||
NSBackgroundColorAttributeName,
|
||||
nil];
|
||||
[(NSTextView *)fieldEditor setSelectedTextAttributes: selectedAttrs];
|
||||
|
|
Loading…
Reference in a new issue