Skip to content

Commit

Permalink
Rename argument
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed Nov 12, 2024
1 parent 9c1157c commit d1bbd67
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 @@ -835,8 +835,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 d1bbd67

Please sign in to comment.