mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
Enable trackpad scrolling over the black area in full-screen
This commit is contained in:
committed by
Bjorn Winckler
parent
8e8f563178
commit
3306ace54e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user