Skip to content

Commit

Permalink
fix(Knob): rename _updateCircleLayout to _updateLayout (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
shanteaustin authored and ImCoolNowRight committed Sep 27, 2024
1 parent 750cf5a commit 638aabd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 638aabd

Please sign in to comment.