Author: mlytwyn
Date: Fri Apr  7 23:24:27 2017
New Revision: 40455

URL: http://svn.gna.org/viewcvs/gnustep?rev=40455&view=rev
Log:
Extract keyEquivalentModifierMask for button flags 2

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=40455&r1=40454&r2=40455&view=diff
==============================================================================
--- libs/gui/branches/gnustep_testplant_branch/Source/GSXib5KeyedUnarchiver.m   
(original)
+++ libs/gui/branches/gnustep_testplant_branch/Source/GSXib5KeyedUnarchiver.m   
Fri Apr  7 23:24:27 2017
@@ -2617,6 +2617,9 @@
       mask.flags.imageScaling = 0;
     }
     
+    // keyEquivalentModifierMask...
+    mask.flags.keyEquivalentModifierMask = [[self 
decodeModifierMaskForElement: element] unsignedIntValue];
+
     // Return value...
     value = [NSNumber numberWithUnsignedInteger: mask.value];
   }


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

Reply via email to