Skip to content

Commit

Permalink
Don't do that, it makes the main view scroll along with the first.
Browse files Browse the repository at this point in the history
  • Loading branch information
tiennou committed Sep 27, 2012
1 parent 92c883f commit c849dc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Quicksilver/Code-QuickStepInterface/QSResultController.m
Expand Up @@ -386,9 +386,9 @@ - (void)updateSelectionInfo {

#pragma mark -
#pragma mark NSResponder
- (void)scrollWheel:(NSEvent *)theEvent {
[resultTable scrollWheel:theEvent];
}
//- (void)scrollWheel:(NSEvent *)theEvent {
// [resultTable scrollWheel:theEvent];
//}

- (void)keyDown:(NSEvent *)theEvent {
NSString *characters;
Expand Down

0 comments on commit c849dc3

Please sign in to comment.