diff --git a/drape_frontend/rule_drawer.cpp b/drape_frontend/rule_drawer.cpp index 49368bf3e3..ccd1613f38 100644 --- a/drape_frontend/rule_drawer.cpp +++ b/drape_frontend/rule_drawer.cpp @@ -412,7 +412,7 @@ void RuleDrawer::operator()(FeatureType const & f) strings::to_string(key.m_zoomLevel); tp.m_primaryTextFont = dp::FontDecl(dp::Color::Red(), 30); - + tp.m_primaryOffset = {0.f, 0.f}; drape_ptr textShape = make_unique_dp(r.Center(), tp, false, 0, false); textShape->DisableDisplacing(); insertShape(move(textShape));