summaryrefslogtreecommitdiff
path: root/Cydia.mm
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2010-04-09 07:16:07 +0000
committerJay Freeman (saurik) <saurik@saurik.com>2010-09-30 07:14:00 +0000
commit600d005d49301ddd53415f53ee43606d355d4d9d (patch)
tree9aecf90f699477bb14582992d49c39a66f4d412c /Cydia.mm
parent58241d4c4095098de7f80960bd3c9dc85fed9c46 (diff)
Scrollers and keyboards and things.
Diffstat (limited to 'Cydia.mm')
-rw-r--r--Cydia.mm3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cydia.mm b/Cydia.mm
index 9cebd98..26c23c5 100644
--- a/Cydia.mm
+++ b/Cydia.mm
@@ -8547,7 +8547,8 @@ int main(int argc, char *argv[]) { _pooled
if ($GSFontSetUseLegacyFontMetrics != NULL)
$GSFontSetUseLegacyFontMetrics(YES);
- UIKeyboardDisableAutomaticAppearance();
+ // XXX: I have a feeling this was important
+ //UIKeyboardDisableAutomaticAppearance();
/* }}} */
Colon_ = UCLocalize("COLON_DELIMITED");