Merge branch 'blender-v3.2-release'

This commit is contained in:
Bastien Montagne 2022-05-23 18:17:00 +02:00
commit 54f357ed2a
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ class GPENCIL_MT_move_to_layer(Menu):
icon = 'GREASEPENCIL'
else:
icon = 'NONE'
layout.operator("gpencil.move_to_layer", text=gpl.info, icon=icon).layer = i
layout.operator("gpencil.move_to_layer", text=gpl.info, icon=icon, translate=False).layer = i
i -= 1
layout.separator()