[nit] Rename IDrawBoundingOptions args (#869)

This commit is contained in:
Chenlei Hu
2025-03-30 11:46:45 -04:00
committed by GitHub
parent 854ac4350f
commit 0eeaf90647
2 changed files with 9 additions and 9 deletions

View File

@@ -596,8 +596,8 @@ export class LGraphNode implements Positionable, IPinnable, IColorable {
if (this.has_errors) {
return {
padding: 12,
thickness: 10,
colour: LiteGraph.NODE_ERROR_COLOUR,
lineWidth: 10,
color: LiteGraph.NODE_ERROR_COLOUR,
}
}
}