diff --git a/src/MacVim/MMFullscreenWindow.m b/src/MacVim/MMFullscreenWindow.m index 360ff3b994..df2febdb15 100644 --- a/src/MacVim/MMFullscreenWindow.m +++ b/src/MacVim/MMFullscreenWindow.m @@ -195,6 +195,11 @@ #pragma mark Proxy/Decorator/whatever stuff +- (void)scrollWheel:(NSEvent *)theEvent +{ + [[view textView] scrollWheel:theEvent]; +} + // the window controller will send us messages that are meant for the original, // non-fullscreen window. forward those, and interpret the messages that are // interesting for us