forked from organicmaps/organicmaps
[map] allow sub-pixel line widths on retina
This commit is contained in:
parent
06affcead0
commit
87b3992d4d
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ namespace
|
|||
|
||||
double ConvertWidth(double w, double scale)
|
||||
{
|
||||
return max(w, 1.0) * scale;
|
||||
return max(w * scale, 1.0);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue