Add "New Group" command to layer popup menu

This commit is contained in:
David Capello 2016-10-04 11:08:36 -03:00
parent dd54e0b6f9
commit 28b1ee6625

View File

@ -671,7 +671,7 @@
<item command="NewLayer" text="&amp;New Layer" />
<item command="NewLayer" text="New &amp;Group">
<param name="group" value="true" />
</item>
</item>
<item command="RemoveLayer" text="&amp;Remove Layer" />
<item command="BackgroundFromLayer" text="&amp;Background from Layer" />
<item command="LayerFromBackground" text="&amp;Layer from Background" />
@ -840,6 +840,9 @@
<item command="LayerProperties" text="&amp;Properties..." />
<separator />
<item command="NewLayer" text="&amp;New" />
<item command="NewLayer" text="New &amp;Group" >
<param name="group" value="true" />
</item>
<item command="RemoveLayer" text="&amp;Remove" />
<item command="BackgroundFromLayer" text="&amp;Background from Layer" />
<item command="LayerFromBackground" text="&amp;Layer from Background" />