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>2013-06-27 16:15:01 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:57:21 +0300
commit366c57ac6a0c8ac48e22c8831b641a4afb3a979e (patch)
tree22920efe23a679cb518a32ab85fe6c96a6e3245d /graphics
parent56c2974f149cc38c36bd9768d7097657dbe1b5f1 (diff)
[fix]
- Sort gui elements by depth before select. - Correct My position and Bookmark depth. - Add ballon mode for show with bookmark padding and without.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/depth_constants.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/depth_constants.hpp b/graphics/depth_constants.hpp
index ba12e84917..72563d4139 100644
--- a/graphics/depth_constants.hpp
+++ b/graphics/depth_constants.hpp
@@ -16,6 +16,7 @@ namespace graphics
static const int compassDepth = balloonBaseDepth - 10;
static const int locationDepth = compassDepth - 10;
+ static const int poiAndBookmarkDepth = locationDepth - 10;
static const int countryStatusDepth = locationDepth - 10;
static const int rulerDepth = countryStatusDepth;