mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
menus: add "fill" items to the path and selection menus
This commit is contained in:
parent
76f9e0ca2d
commit
039a322445
2 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,8 @@
|
|||
<separator />
|
||||
<menuitem action="select-save" />
|
||||
<menuitem action="vectors-selection-to-vectors-short" />
|
||||
<separator />
|
||||
<menuitem action="select-fill" />
|
||||
<menuitem action="select-stroke" />
|
||||
</popup>
|
||||
</ui>
|
||||
|
|
|
@ -29,6 +29,8 @@
|
|||
<menuitem action="vectors-selection-subtract" />
|
||||
<menuitem action="vectors-selection-intersect" />
|
||||
<menuitem action="vectors-selection-to-vectors" />
|
||||
<separator />
|
||||
<menuitem action="vectors-fill" />
|
||||
<menuitem action="vectors-stroke" />
|
||||
<separator />
|
||||
<menuitem action="vectors-copy" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue