diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2010-04-09 07:16:07 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 07:14:00 +0000 |
commit | 600d005d49301ddd53415f53ee43606d355d4d9d (patch) | |
tree | 9aecf90f699477bb14582992d49c39a66f4d412c /Cydia.mm | |
parent | 58241d4c4095098de7f80960bd3c9dc85fed9c46 (diff) |
Scrollers and keyboards and things.
Diffstat (limited to 'Cydia.mm')
-rw-r--r-- | Cydia.mm | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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"); |