forked from organicmaps/organicmaps
[core] draw activation circle lower then user marks
This commit is contained in:
parent
463f78de6c
commit
c2825d08d3
1 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
#include "../graphics/display_list.hpp"
|
||||
#include "../graphics/screen.hpp"
|
||||
#include "../graphics/depth_constants.hpp"
|
||||
|
||||
#include "../geometry/transformations.hpp"
|
||||
|
||||
|
@ -305,7 +306,7 @@ void SelectionContainer::Draw(const PaintOverlayEvent & e, UserMarkDLCache * cac
|
|||
{
|
||||
UserMarkDLCache::Key defaultKey(m_container->GetActiveTypeName(),
|
||||
graphics::EPosCenter,
|
||||
m_container->GetDepth());
|
||||
graphics::activePinDepth);
|
||||
|
||||
DrawUserMarkByPoint(GetActiveMarkScale(),
|
||||
m_fm.GetVisualScale(),
|
||||
|
|
Loading…
Add table
Reference in a new issue