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:
authorRoman Sorokin <sorok-roma@yandex.ru>2014-07-29 16:38:09 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:22:30 +0300
commit34c67ad4f1efcb2fa3a794f79b6b0c6f9c7459f6 (patch)
tree32ae3b77e56b5b1fe0d1f7c8b0c2fe5c96efcdc8 /drape_frontend/path_text_shape.hpp
parent8171f4f76e2324c6c3c2b6045195599f63bea762 (diff)
small fixes
Diffstat (limited to 'drape_frontend/path_text_shape.hpp')
-rw-r--r--drape_frontend/path_text_shape.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/drape_frontend/path_text_shape.hpp b/drape_frontend/path_text_shape.hpp
index 1cf16c4eea..bc4c2bced7 100644
--- a/drape_frontend/path_text_shape.hpp
+++ b/drape_frontend/path_text_shape.hpp
@@ -62,10 +62,7 @@ public:
: OverlayHandle(FeatureID(), dp::Center, 0.0f),
m_params(params), m_path(spl), m_infos(info),
m_scaleFactor(1.0f), m_positions(info.size() * 6),
- m_maxSize(maxSize)
- {
- SetIsVisible(true);
- }
+ m_maxSize(maxSize) {}
virtual void Update(ScreenBase const & screen);
virtual m2::RectD GetPixelRect(ScreenBase const & screen) const;