Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Tweak comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel committed Jul 11, 2016
1 parent 1b46d9d commit a55da02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osx/Updater/TextView.m
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ - (void)viewInit {

// Adding this method and passing to super makes responsive scroll work correctly.
// Without this method scrolling using trackpad is slow and chunky.
// AppKit is checked for this method being overridden, which works around the issue somehow.
// AppKit checks if this method is being overridden by a subclass, which works around the issue somehow.
- (void)scrollWheel:(NSEvent *)event {
[super scrollWheel:event];
}
Expand Down

0 comments on commit a55da02

Please sign in to comment.