Changeset 36 for trunk/VoxRoundedView.m
- Timestamp:
- 06/12/06 04:02:48 (4 years ago)
- Files:
-
- 1 modified
-
trunk/VoxRoundedView.m (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/VoxRoundedView.m
r30 r36 1 1 #import "VoxRoundedView.h" 2 #import "Vox.h" 2 3 3 4 @implementation VoxRoundedView … … 67 68 - (BOOL)performDragOperation:(id <NSDraggingInfo>)sender { 68 69 /* NSLog(@"- (BOOL)performDragOperation:(id <NSDraggingInfo>)sender - called\n"); */ 69 // TypePad *tp = [[[TypePadalloc] init] autorelease];70 // [tpdispatchAction:[sender draggingPasteboard]];71 //[self setNeedsDisplay:YES];70 Vox *vx = [[[Vox alloc] init] autorelease]; 71 [vx dispatchAction:[sender draggingPasteboard]]; 72 [self setNeedsDisplay:YES]; 72 73 return YES; 73 74 }
