diff options
author | Ryan Petrich <rpetrich@gmail.com> | 2010-09-22 20:17:41 -0600 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 10:42:37 +0000 |
commit | 69b82e6a6c427a0a4e2efe8701cd13570ee90624 (patch) | |
tree | df371a8c27cca3815b0d2e5d38e7bc2fb24ca945 /Cydia.mm | |
parent | 9cb0bff2ae8ed90d6d2a6ca0283fbc7013aeb5ab (diff) |
Fix viewport issues with landscape and web document view's frame.y property becoming negative
Diffstat (limited to 'Cydia.mm')
-rw-r--r-- | Cydia.mm | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -5295,7 +5295,6 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { if (special_ != NULL) { CGRect frame([document_ frame]); - frame.size.width = 320; frame.size.height = 0; [document_ setFrame:frame]; |