Temporary fix for problem in cell's action mask

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6186 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2000-03-05 23:44:42 +00:00
parent da27eeb391
commit 8ffa44ef35

View file

@ -249,7 +249,8 @@ void __dummy_GMAppKit_functionForLinking() {}
[self setSelectable:[unarchiver decodeBOOLWithName:@"isSelectable"]];
[self setScrollable:[unarchiver decodeBOOLWithName:@"isScrollable"]];
[self setContinuous:[unarchiver decodeBOOLWithName:@"isContinuous"]];
[self sendActionOn:[unarchiver decodeIntWithName:@"sendActionMask"]];
/* Temporary commented out so buttons keep on working - new code fixing this under testing */
// [self sendActionOn:[unarchiver decodeIntWithName:@"sendActionMask"]];
[self setType:[unarchiver decodeIntWithName:@"type"]];
// }