Skip to content

Commit

Permalink
Merge pull request #1827 from googlefonts/add-bg-image-menu-to-contex…
Browse files Browse the repository at this point in the history
…t-menu

[background image] Add 'Add background image' menu to context menu
  • Loading branch information
justvanrossum authored Nov 27, 2024
2 parents 536f503 + 0295379 commit 60f2ac7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 2024-11-27

- Add 'Add background image' menu to context menu [PR 1827](https://github.com/googlefonts/fontra/pull/1827)
- Fixed bug with colorizing the background image on Safari [PR 1825](https://github.com/googlefonts/fontra/pull/1825)
- Reorganize context menu: put "Edit" items under a sub menu [PR 1824](https://github.com/googlefonts/fontra/pull/1824)
- Fix the Knife tool [PR 1823](https://github.com/googlefonts/fontra/pull/1823)
Expand Down
1 change: 1 addition & 0 deletions src/fontra/views/editor/scene-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -793,6 +793,7 @@ export class SceneController {
),
actionIdentifier: "action.decompose-component",
},
{ actionIdentifier: "action.glyph.add-background-image" },
{
title: () =>
translate(
Expand Down

0 comments on commit 60f2ac7

Please sign in to comment.