avoid ambiguous +=

This commit is contained in:
t-bltg 2021-08-08 00:10:27 +02:00
parent 13141feb4f
commit 10e9325635
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ gr_markertype(k) = (
octagon = -24,
cross = 2,
xcross = 5,
+ = 2,
(+) = 2,
x = 5,
star4 = -25,
star5 = -26,

View File

@ -708,7 +708,7 @@ pgfx_get_marker(k) = get(
none = "none",
cross = "+",
xcross = "x",
+ = "+",
(+) = "+",
x = "x",
utriangle = "triangle*",
dtriangle = "triangle*",