From 44c6ee46ee4b1ba49bcaa289452c265167f93d03 Mon Sep 17 00:00:00 2001 From: Bjorn Winckler Date: Sun, 29 Jul 2007 15:20:26 +0000 Subject: [PATCH] Don't wait on ScrollbarEventMsgID. git-svn-id: http://macvim.googlecode.com/svn/trunk@32 96c4425d-ca35-0410-94e5-3396d5c13a8f --- MMWindowController.m | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/MMWindowController.m b/MMWindowController.m index 06a0f25653..542e042a40 100644 --- a/MMWindowController.m +++ b/MMWindowController.m @@ -861,10 +861,7 @@ NSMutableArray *buildMenuAddress(NSMenu *menu) [data appendBytes:&hitPart length:sizeof(int)]; [data appendBytes:&value length:sizeof(float)]; - // TODO: Should this message wait or not? If there are problems with - // MacVim locking up when the user scrolls violently, then it should be - // changed to NO. - [vimController sendMessage:ScrollbarEventMsgID data:data wait:YES]; + [vimController sendMessage:ScrollbarEventMsgID data:data wait:NO]; } - (void)fitWindowToScrollbars:(id)sender