forked from organicmaps/organicmaps
[drape] Fixed updating of a track selection shape.
This commit is contained in:
parent
fb65cf4f87
commit
e977aab051
1 changed files with 8 additions and 0 deletions
|
@ -2526,7 +2526,15 @@ void Framework::OnTapEvent(place_page::BuildInfo const & buildInfo)
|
|||
if (m_currentPlacePageInfo->GetTrackId() != kml::kInvalidTrackId)
|
||||
{
|
||||
if (m_currentPlacePageInfo->GetTrackId() == prevTrackId)
|
||||
{
|
||||
if (m_drapeEngine)
|
||||
{
|
||||
m_drapeEngine->SelectObject(df::SelectionShape::ESelectedObject::OBJECT_TRACK,
|
||||
m_currentPlacePageInfo->GetMercator(), FeatureID(),
|
||||
false /* isAnim */, false /* isGeometrySelectionAllowed */);
|
||||
}
|
||||
return;
|
||||
}
|
||||
GetBookmarkManager().UpdateElevationMyPosition(m_currentPlacePageInfo->GetTrackId());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue