Skip to content

Commit

Permalink
Rename argument
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed Nov 13, 2024
1 parent b07d1d9 commit 12f8502
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fontra/views/editor/scene-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -841,8 +841,8 @@ export class SceneController {
return this.sceneModel.backgroundLayers || [];
}

set backgroundLayers(layerNames) {
this.sceneModel.backgroundLayers = layerNames;
set backgroundLayers(layers) {
this.sceneModel.backgroundLayers = layers;
this.sceneModel.updateBackgroundGlyphs();
this.canvasController.requestUpdate();
}
Expand Down

0 comments on commit 12f8502

Please sign in to comment.