Fix: Use submenu for GPencil -> Select Grouped

This commit is contained in:
Joshua Leung 2016-08-26 16:38:31 +12:00
parent 274e1c4f1f
commit f73c4b421d
1 changed files with 1 additions and 2 deletions

View File

@ -1000,8 +1000,7 @@ class VIEW3D_MT_select_gpencil(Menu):
layout.operator("gpencil.select_all", text="(De)select All").action = 'TOGGLE'
layout.operator("gpencil.select_all", text="Inverse").action = 'INVERT'
layout.operator("gpencil.select_linked", text="Linked")
#layout.operator_menu_enum("gpencil.select_grouped", "type", text="Grouped")
layout.operator("gpencil.select_grouped", text="Grouped")
layout.operator_menu_enum("gpencil.select_grouped", "type", text="Grouped")
layout.separator()