mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 12:00:52 +00:00
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:
parent
da27eeb391
commit
8ffa44ef35
1 changed files with 2 additions and 1 deletions
|
@ -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"]];
|
||||
// }
|
||||
|
||||
|
|
Loading…
Reference in a new issue