diff --git a/Common.iphone/activegsViewController.mm b/Common.iphone/activegsViewController.mm index 48ee2af..e4e56d8 100644 --- a/Common.iphone/activegsViewController.mm +++ b/Common.iphone/activegsViewController.mm @@ -284,12 +284,6 @@ { CGRect rv2 = [[UIScreen mainScreen] applicationFrame]; - if (abs([pManager getAngle])!=90) - { - float t = rv2.size.width; - rv2.size.width = rv2.size.height; - rv2.size.height = t; - } // Ajuste la barre de navigation CGRect rc = self.navView.frame;