Skip to content

Commit 00f5049

Browse files
committed
WIP: Consistency with the previous implem (have to be checked)
1 parent 9c551a6 commit 00f5049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/silx/gui/plot/backends/BackendOpenGL.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1138,7 +1138,7 @@ def addMarker(
11381138
text,
11391139
color,
11401140
symbol,
1141-
symbolsize,
1141+
int(symbolsize + 0),
11421142
linewidth,
11431143
dashpattern,
11441144
constraint,

0 commit comments

Comments
 (0)