made drag window frontmost when drag starts

This commit is contained in:
jerry 2014-04-22 10:48:12 +00:00
parent b85a9b628e
commit 506cae9a63
1 changed files with 1 additions and 1 deletions

View File

@ -81,8 +81,8 @@ fakeDragging(const char* str, int cursorX, int cursorY)
NSLog ( @"newPosY: %d", newPosY);
[g_dragWindow setFrame:rect display:NO];
[g_dragWindow makeKeyAndOrderFront:nil];
[NSApp activateIgnoringOtherApps:YES];
[g_dragView setFileExt:g_ext];