From 638aabd2e6f32066360a89713a4cf39072b9f175 Mon Sep 17 00:00:00 2001 From: shanteaustin Date: Fri, 27 Sep 2024 10:51:43 -0400 Subject: [PATCH] fix(Knob): rename _updateCircleLayout to _updateLayout (#539) --- .../@lightningjs/ui-components/src/components/Knob/Knob.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/@lightningjs/ui-components/src/components/Knob/Knob.js b/packages/@lightningjs/ui-components/src/components/Knob/Knob.js index e7aefd4d8..78e06c01a 100644 --- a/packages/@lightningjs/ui-components/src/components/Knob/Knob.js +++ b/packages/@lightningjs/ui-components/src/components/Knob/Knob.js @@ -37,10 +37,10 @@ export default class Knob extends Base { } _update() { - this._updateCircleLayout(); + this._updateLayout(); } - _updateCircleLayout() { + _updateLayout() { this.patch({ texture: lng.Tools.getRoundRect( this.w,