Author: mlytwyn
Date: Wed Feb  8 00:28:32 2017
New Revision: 40329

URL: http://svn.gna.org/viewcvs/gnustep?rev=40329&view=rev
Log:
Fix NSBox border/fill color load from XIB

Modified:
    libs/gui/branches/gnustep_testplant_branch/Source/GSXib5KeyedUnarchiver.m

Modified: 
libs/gui/branches/gnustep_testplant_branch/Source/GSXib5KeyedUnarchiver.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/branches/gnustep_testplant_branch/Source/GSXib5KeyedUnarchiver.m?rev=40329&r1=40328&r2=40329&view=diff
==============================================================================
--- libs/gui/branches/gnustep_testplant_branch/Source/GSXib5KeyedUnarchiver.m   
(original)
+++ libs/gui/branches/gnustep_testplant_branch/Source/GSXib5KeyedUnarchiver.m   
Wed Feb  8 00:28:32 2017
@@ -355,6 +355,8 @@
                                 @"NSProtoCell"                      : 
@"prototype",
                                 @"IBIsSystemFont"                   : 
@"metaFont",
                                 //@"NSHeaderClipView"                 : 
@"headerView",
+                                @"NSBorderColor2"                   : 
@"borderColor",
+                                @"NSFillColor2"                     : 
@"fillColor",
                                 @"NSHScroller"                      : 
@"horizontalScroller",
                                 @"NSVScroller"                      : 
@"verticalScroller",
                                 @"NSKeyEquiv"                       : 
@"keyEquivalent",


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to