From 4819f39d703327f00d1f4ea67d3ee1902bf5f97d Mon Sep 17 00:00:00 2001 From: Anatoliy Tomilov Date: Tue, 1 Sep 2020 19:42:16 +0500 Subject: [fdrape] [Booking] Make Symbol, ColoredSymbol, PoiSymbol, Text of UserPointMark sensitive to tap MAPSME-14544 --- drape_frontend/user_mark_shapes.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'drape_frontend/user_mark_shapes.hpp') diff --git a/drape_frontend/user_mark_shapes.hpp b/drape_frontend/user_mark_shapes.hpp index b90e9c0664..8dd3daf359 100644 --- a/drape_frontend/user_mark_shapes.hpp +++ b/drape_frontend/user_mark_shapes.hpp @@ -16,6 +16,7 @@ namespace df { struct UserMarkRenderParams { + kml::MarkId m_markId = kml::kInvalidMarkId; int m_minZoom = 1; int m_minTitleZoom = 1; m2::PointD m_pivot = m2::PointD(0.0, 0.0); -- cgit v1.2.3