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>2014-03-20 19:48:41 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:13:46 +0300
commit5ecf5d77656226311ff403107d8a9d8a6b945793 (patch)
tree771f8c731d62efb3d132cb5e8fcc03d284ff024c /map/ruler.hpp
parent11ba4a6d5d34228903b27d6747c818c060fbfb76 (diff)
ruler fix
Diffstat (limited to 'map/ruler.hpp')
-rw-r--r--map/ruler.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/map/ruler.hpp b/map/ruler.hpp
index a93b08f835..995dfd1e6e 100644
--- a/map/ruler.hpp
+++ b/map/ruler.hpp
@@ -75,6 +75,7 @@ class Ruler : public gui::Element
Framework & m_f;
shared_ptr<graphics::DisplayList> m_dl;
shared_ptr<graphics::DisplayList> m_textDL;
+ int m_textLengthInPx;
double m_scale;
double m_depth;
m2::PointD m_orgPt;