summaryrefslogtreecommitdiff
path: root/Cydia.mm
diff options
context:
space:
mode:
authorRyan Petrich <rpetrich@gmail.com>2010-09-22 20:17:41 -0600
committerJay Freeman (saurik) <saurik@saurik.com>2010-09-30 10:42:37 +0000
commit69b82e6a6c427a0a4e2efe8701cd13570ee90624 (patch)
treedf371a8c27cca3815b0d2e5d38e7bc2fb24ca945 /Cydia.mm
parent9cb0bff2ae8ed90d6d2a6ca0283fbc7013aeb5ab (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.mm1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cydia.mm b/Cydia.mm
index a204e88..01258df 100644
--- a/Cydia.mm
+++ b/Cydia.mm
@@ -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];