Skip to content

Commit 17d5b73

Browse files
committed
Removed minimap scrollView elasticity
1 parent bb45db5 commit 17d5b73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SCXcodeMinimap/SCXcodeMinimap.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ - (void)onDidFinishSetup:(NSNotification*)sender
175175
[miniMapScrollView setWantsLayer:YES];
176176
[miniMapScrollView setAutoresizingMask: NSViewMinXMargin | NSViewWidthSizable | NSViewHeightSizable];
177177
[miniMapScrollView setDrawsBackground:NO];
178+
[miniMapScrollView setVerticalScrollElasticity:NSScrollElasticityNone];
178179
[editorContainerView addSubview:miniMapScrollView];
179180
[miniMapScrollView release];
180181

0 commit comments

Comments
 (0)