From ec0723770100077ed7108d7faa0477370edefc85 Mon Sep 17 00:00:00 2001 From: Olivier Goguel Date: Tue, 29 Mar 2016 19:09:48 +0200 Subject: [PATCH] fix header positioning on main page --- Common.iphone/activegsViewController.mm | 6 ------ 1 file changed, 6 deletions(-) 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;