mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-05 21:57:20 +00:00
Add "New Group" command to layer popup menu
This commit is contained in:
parent
dd54e0b6f9
commit
28b1ee6625
@ -840,6 +840,9 @@
|
||||
<item command="LayerProperties" text="&Properties..." />
|
||||
<separator />
|
||||
<item command="NewLayer" text="&New" />
|
||||
<item command="NewLayer" text="New &Group" >
|
||||
<param name="group" value="true" />
|
||||
</item>
|
||||
<item command="RemoveLayer" text="&Remove" />
|
||||
<item command="BackgroundFromLayer" text="&Background from Layer" />
|
||||
<item command="LayerFromBackground" text="&Layer from Background" />
|
||||
|
Loading…
Reference in New Issue
Block a user