Keymap: correct error in grease pencil change

This commit is contained in:
Campbell Barton
2018-11-22 07:48:05 +11:00
parent d78f1eb916
commit 360fd9ac2c

View File

@@ -2775,7 +2775,7 @@ def km_grease_pencil(params):
keymap = (
"Grease Pencil",
{"space_type": 'EMPTY', "region_type": 'WINDOW'},
{"items": []},
{"items": items},
)
if params.legacy: