diff --git a/yg/path_text_element.cpp b/yg/path_text_element.cpp index a180ad2643..d0b612a33e 100644 --- a/yg/path_text_element.cpp +++ b/yg/path_text_element.cpp @@ -32,8 +32,8 @@ namespace yg if (isDirtyRect()) { m_boundRects = m_glyphLayout.boundRects(); - for (unsigned i = 0; i < m_boundRects.size(); ++i) - m_boundRects[i] = m2::Inflate(m_boundRects[i], m2::PointD(10, 10)); +// for (unsigned i = 0; i < m_boundRects.size(); ++i) +// m_boundRects[i] = m2::Inflate(m_boundRects[i], m2::PointD(10, 10)); // m_boundRects[i].m2::Inflate(m2::PointD(40, 2)); //< to create more sparse street names structure setIsDirtyRect(false); }