Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/iphone
diff options
context:
space:
mode:
authorv.mikhaylenko <v.mikhaylenko@corp.mail.ru>2015-09-16 13:34:41 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:06:01 +0300
commit4c36a25ca2d87f0d478787da7e7f0bee6d7cee7f (patch)
tree5bdd9e3ded3fcd9db0d829e30e0307d85b609cd1 /iphone
parent0441a02c0094f045c0a4be951a564c72036912c7 (diff)
[ios] Fixed map resize after rotation.
Diffstat (limited to 'iphone')
-rw-r--r--iphone/Maps/Classes/EAGLView.mm1
1 files changed, 1 insertions, 0 deletions
diff --git a/iphone/Maps/Classes/EAGLView.mm b/iphone/Maps/Classes/EAGLView.mm
index bff4d58fb4..f52fd06313 100644
--- a/iphone/Maps/Classes/EAGLView.mm
+++ b/iphone/Maps/Classes/EAGLView.mm
@@ -195,6 +195,7 @@
screen->beginFrame();
screen->clear(graphics::Screen::s_bgColor);
screen->endFrame();
+ GetFramework().SetNeedRedraw(true);
#endif
}