forked from organicmaps/organicmaps
fixed bug with order of rendering.
This commit is contained in:
parent
36c49f0e31
commit
8c35666e0f
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ namespace gui
|
|||
|
||||
m2::RectD rc(0, 0, width() * k, height() * k);
|
||||
rc.Offset(tieRect(rc, m));
|
||||
r->drawRoundedRectangle(rc, 10 * k, color(state()), depth());
|
||||
r->drawRoundedRectangle(rc, 10 * k, color(state()), depth() - 1);
|
||||
|
||||
yg::FontDesc desc = font(state());
|
||||
desc.m_size *= k;
|
||||
|
|
Loading…
Add table
Reference in a new issue