Skip to content

Commit

Permalink
Merge branch 'master' of github.com:cocos2d/CocosBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Lidholt committed Mar 21, 2013
2 parents f34debd + d7b7955 commit 7430e55
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CocosBuilder/ccBuilder/InspectorBlock.m
Expand Up @@ -25,11 +25,14 @@
#import "InspectorBlock.h"
#import "CCBGlobals.h"
#import "CCNode+NodeInfo.h"
#import "CocosBuilderAppDelegate.h"

@implementation InspectorBlock

- (void) setSelector:(NSString *)selector
{
[[CocosBuilderAppDelegate appDelegate] saveUndoStateWillChangeProperty:@"selector"];

if (!selector) selector = @"";
[selection setExtraProp:selector forKey:propertyName];
}
Expand Down

0 comments on commit 7430e55

Please sign in to comment.