OSDN Git Service

add small window mode
[eliscolors/main.git] / ElisTimeLineView.m
index fcf0a12..d7802e0 100644 (file)
     
     path = [filenames objectAtIndex:0];
     [_timeLineController addMedia:path];
+    [_timeLineController readyInDrag:[self convertPoint:[sender draggingLocation] fromView:nil]];
     return 1;
 }
 
 - (unsigned int)draggingUpdated:(id <NSDraggingInfo>)sender
 {
-    [_timeLineController dragging:[sender draggingLocation]];
+    [_timeLineController dragging:[self convertPoint:[sender draggingLocation] fromView:nil]];
     return 1;
 }