Skip to content

Commit b06820d

Browse files
authored
Minor fix to bottom compass arrow line.
1 parent f7488e0 commit b06820d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SCRIPTS/TELEMETRY/iNav/horus.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ local function view(data, config, modes, dir, units, labels, gpsDegMin, hdopGrap
553553
if data.headingHold then
554554
fill((x2 + x3) * 0.5 - 2, (y2 + y3) * 0.5 - 2, 5, 5, SOLID, data.set_flags(0,data.TextColor))
555555
else
556-
line(x2, y2, x3, y3, SOLID, data.set_flags(0, GREY))
556+
line(x2, y2, x3, y3, SOLID, data.set_flags(0, data.TextColor))
557557
end
558558
local tcol = data.set_flags(0, data.TextColor)
559559
line(x1, y1, x2, y2, SOLID, tcol)

0 commit comments

Comments
 (0)