From a928cc4ccb36d1ae29951f2b91e58db2445bfc80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sun, 16 Apr 2023 09:42:00 +0200 Subject: [PATCH] Cosmetics --- src/map/ENC/style.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/map/ENC/style.cpp b/src/map/ENC/style.cpp index 0094b85d..2c89063a 100644 --- a/src/map/ENC/style.cpp +++ b/src/map/ENC/style.cpp @@ -253,6 +253,7 @@ void Style::pointStyle() _points[TYPE(RTPBCN)] = Point(QImage(":/marine/radar-transponder.png")); _points[TYPE(SILTNK)] = Point(QImage(":/marine/silo.png")); _points[TYPE(I_TRNBSN)] = Point(QImage(":/marine/turning-basin.png")); + _points[TYPE(I_TRNBSN)].setTextColor(QColor("#eb49eb")); _points[TYPE(I_WTWGAG)] = Point(QImage(":/marine/gauge.png"), Small); _points[TYPE(RDOCAL)].setTextColor(QColor("#eb49eb")); _points[TYPE(I_RDOCAL)].setTextColor(QColor("#eb49eb"));