Add selectedInactiveColor labeled color

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@40344 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Marcian Lytwyn 2017-02-13 15:30:54 +00:00
parent c5b424b407
commit 5c15a13607

View file

@ -244,6 +244,7 @@ void initSystemColors(void)
white, @"rowBackgroundColor",
alternateRowColor, @"alternateRowBackgroundColor",
lightGray, @"selectedInactiveColor",
nil];
systemColors = RETAIN([NSColorList colorListNamed: @"System"]);