From 93c777d7bdfd0aaf07d8deaa613bdf70cb5dc1cc Mon Sep 17 00:00:00 2001 From: Ilya Grechuhin Date: Mon, 14 Mar 2016 15:55:57 +0300 Subject: [PATCH] [ios] Fixed incorrect EAGLView initial size. --- iphone/Maps/Classes/MapViewController.mm | 1 - iphone/Maps/Mapsme.storyboard | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/iphone/Maps/Classes/MapViewController.mm b/iphone/Maps/Classes/MapViewController.mm index 694b61f56b..a4b54583f8 100644 --- a/iphone/Maps/Classes/MapViewController.mm +++ b/iphone/Maps/Classes/MapViewController.mm @@ -390,7 +390,6 @@ NSString * const kReportSegue = @"Map2ReportSegue"; return; self.view.clipsToBounds = YES; [MTRGManager setMyCom:YES]; - self.controlsManager = [[MWMMapViewControlsManager alloc] initWithParentController:self]; } - (void)mwm_refreshUI diff --git a/iphone/Maps/Mapsme.storyboard b/iphone/Maps/Mapsme.storyboard index 328eb8dd9f..62d31ff702 100644 --- a/iphone/Maps/Mapsme.storyboard +++ b/iphone/Maps/Mapsme.storyboard @@ -534,7 +534,7 @@ - + @@ -1569,7 +1569,7 @@ - + @@ -1663,7 +1663,7 @@ - +