Enable trackpad scrolling over the black area in full-screen

This commit is contained in:
Nico Weber
2007-11-11 20:34:57 +01:00
committed by Bjorn Winckler
parent 8e8f563178
commit 3306ace54e
+5
View File
@@ -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