little fix

This commit is contained in:
tamat
2021-08-25 13:46:36 +02:00
parent fcf37260ad
commit c2f7e389b9
7 changed files with 40 additions and 24 deletions

View File

@@ -6927,6 +6927,8 @@ LGraphNode.prototype.executeAction = function(action)
14,
10
);
ctx.fill();
ctx.beginPath();
ctx.rect(
this.graph_mouse[0] - 6 + 0.5,
this.graph_mouse[1] - 5 + 0.5,
@@ -6947,6 +6949,8 @@ LGraphNode.prototype.executeAction = function(action)
0,
Math.PI * 2
);
ctx.fill();
ctx.beginPath();
ctx.arc(
this.graph_mouse[0],
this.graph_mouse[1],