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
diff options
context:
space:
mode:
authorExMix <rahuba.youri@mapswithme.com>2015-06-30 22:36:38 +0300
committerr.kuznetsov <r.kuznetsov@corp.mail.ru>2015-11-30 16:09:28 +0300
commit7bca50d249e80cc8b9b060c4cf3af5165e3516b2 (patch)
treea33d6abfee0c229516705fbcfd4cc91fc1e84192 /drape_head
parent24556fcdb07cf520049bc135584e7a3f83427964 (diff)
[drape] minor fixes
Diffstat (limited to 'drape_head')
-rw-r--r--drape_head/testing_engine.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/drape_head/testing_engine.cpp b/drape_head/testing_engine.cpp
index 6563ce4237..cdf013e221 100644
--- a/drape_head/testing_engine.cpp
+++ b/drape_head/testing_engine.cpp
@@ -458,8 +458,7 @@ void TestingEngine::DrawImpl()
params.m_primaryTextFont = fd;
params.m_secondaryTextFont = auxFd;
params.m_secondaryText = "Народная Китайская республика";
- params.m_primaryOffset = m2::PointF(0, 0);
- params.m_secondaryOffset = m2::PointF(0, 0);
+ params.m_primaryOffset = m2::PointF(12.0, 20.0);
TextShape sh1(m2::PointF(82.277071f, 46.9271164f), params);
sh1.Draw(make_ref(m_batcher), make_ref(m_textures));