mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-08-19 14:14:04 +00:00
transparent bg on map marker text (#3098)
This commit is contained in:
@@ -265,7 +265,7 @@ void GeoMap::map_read_line_bin(ui::Color* buffer, uint16_t pixels) {
|
||||
|
||||
void GeoMap::draw_markers(Painter& painter) {
|
||||
for (int i = 0; i < markerListLen; ++i) {
|
||||
draw_marker_item(painter, markerList[i], markerList[i].color, markerList[i].color, Color::black());
|
||||
draw_marker_item(painter, markerList[i], markerList[i].color, markerList[i].color, Color::magenta());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user