diff --git a/Classes/Views/Channel View/TVCLogController.m b/Classes/Views/Channel View/TVCLogController.m index 0d0c851a80..f71b0c7d22 100755 --- a/Classes/Views/Channel View/TVCLogController.m +++ b/Classes/Views/Channel View/TVCLogController.m @@ -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 - diff --git a/Resources/Info.plist b/Resources/Info.plist index 49b18c46ce..1a88c0ff14 100755 --- a/Resources/Info.plist +++ b/Resources/Info.plist @@ -47,8 +47,8 @@ TXBundleBuildCodeName Turtle Soup TXBundleBuildNumber - 12324 + 12325 TXBundleBuildReference - 2.1.1-288-g355fccd-debug + 2.1.1-289-g8dfa27e-appstore