mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-03 23:41:56 +00:00
Add "New Group" command to layer popup menu
This commit is contained in:
parent
dd54e0b6f9
commit
28b1ee6625
@ -671,7 +671,7 @@
|
||||
<item command="NewLayer" text="&New Layer" />
|
||||
<item command="NewLayer" text="New &Group">
|
||||
<param name="group" value="true" />
|
||||
</item>
|
||||
</item>
|
||||
<item command="RemoveLayer" text="&Remove Layer" />
|
||||
<item command="BackgroundFromLayer" text="&Background from Layer" />
|
||||
<item command="LayerFromBackground" text="&Layer from Background" />
|
||||
@ -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