From 535f4c075266aa09d092fc904b846d381e105cde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sat, 10 May 2025 09:45:14 +0200 Subject: [PATCH] Use a better imge for the noanchor/nofishing lines --- src/map/IMG/style.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/IMG/style.cpp b/src/map/IMG/style.cpp index 100aeff3..c222b98f 100644 --- a/src/map/IMG/style.cpp +++ b/src/map/IMG/style.cpp @@ -502,7 +502,7 @@ void Style::defaultLineStyle(qreal ratio) _lines[0x10502] = Line(QImage(":/marine/nofishing-line.png")); _lines[0x10503] = Line(QImage(":/marine/entry-prohibited-line.png")); _lines[0x10504] = Line(QPen(QColor(0xe7, 0x28, 0xe7), 1, Qt::DashLine)); - _lines[0x10505] = Line(QImage(":/marine/safety-zone-line.png")); + _lines[0x10505] = Line(QImage(":/marine/noanchor-line.png")); _lines[0x10506] = Line(QImage(":/marine/nature-reserve-line.png")); _lines[0x10507] = Line(QImage(":/marine/safety-zone-line.png")); _lines[0x10601] = Line(QPen(QColor(0, 0, 0), 1, Qt::SolidLine));