forked from organicmaps/organicmaps
order of initialization bugfix.
This commit is contained in:
parent
011030657d
commit
da55e60f02
1 changed files with 2 additions and 2 deletions
|
@ -16,14 +16,14 @@ namespace graphics
|
|||
: m_pivot(p.m_pivot),
|
||||
m_position(p.m_position),
|
||||
m_depth(p.m_depth),
|
||||
m_userInfo(p.m_userInfo),
|
||||
m_isNeedRedraw(true),
|
||||
m_isFrozen(false),
|
||||
m_isVisible(true),
|
||||
m_isValid(true),
|
||||
m_isDirtyRect(true),
|
||||
m_isDirtyLayout(true),
|
||||
m_isDirtyRoughRect(true)
|
||||
m_isDirtyRoughRect(true),
|
||||
m_userInfo(p.m_userInfo)
|
||||
{}
|
||||
|
||||
m2::PointD const OverlayElement::computeTopLeft(m2::PointD const & sz,
|
||||
|
|
Loading…
Add table
Reference in a new issue