Skip to content

Commit

Permalink
We no longer disable elastic bounce on our web view…
Browse files Browse the repository at this point in the history
  • Loading branch information
emsquared committed Aug 9, 2012
1 parent 8dfa27e commit cca654d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions Classes/Views/Channel View/TVCLogController.m
Original file line number Diff line number Diff line change
Expand Up @@ -1069,13 +1069,6 @@ - (void)setUpScroller
if ([scrollView respondsToSelector:@selector(setAllowsHorizontalScrolling:)]) {
[scrollView performSelector:@selector(setAllowsHorizontalScrolling:) withObject:NO];
}

#ifdef TXMacOSLionOrNewer
if ([TPCPreferences featureAvailableToOSXLion]) {
[scrollView setHorizontalScrollElasticity:NSScrollElasticityNone];
[scrollView setVerticalScrollElasticity:NSScrollElasticityNone];
}
#endif
}

#pragma mark -
Expand Down
4 changes: 2 additions & 2 deletions Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
<key>TXBundleBuildCodeName</key>
<string>Turtle Soup</string>
<key>TXBundleBuildNumber</key>
<string>12324</string>
<string>12325</string>
<key>TXBundleBuildReference</key>
<string>2.1.1-288-g355fccd-debug</string>
<string>2.1.1-289-g8dfa27e-appstore</string>
</dict>
</plist>

0 comments on commit cca654d

Please sign in to comment.