forked from organicmaps/organicmaps
transparent background rect for screen center coordinates.
This commit is contained in:
parent
c37e829252
commit
9e024cb788
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ void InformationDisplay::drawCenter(DrawerYG * drawer)
|
|||
|
||||
drawer->screen()->drawRectangle(
|
||||
bgRect,
|
||||
yg::Color(187, 187, 187, 255),
|
||||
yg::Color(187, 187, 187, 128),
|
||||
yg::maxDepth - 1);
|
||||
|
||||
drawer->screen()->drawText(
|
||||
|
|
Loading…
Add table
Reference in a new issue