Fix missing new eyedropper keymap entry in keyconfig_utils.py

Missing from rBe9bcdcdbbd91d9.
This commit is contained in:
Bastien Montagne 2016-10-03 12:29:18 +02:00 committed by Sergey Sharybin
parent e96e66b05b
commit 07508c8b93
1 changed files with 1 additions and 0 deletions

View File

@ -138,6 +138,7 @@ KM_HIERARCHY = [
('Standard Modal Map', 'EMPTY', 'WINDOW', []),
('Transform Modal Map', 'EMPTY', 'WINDOW', []),
('Eyedropper Modal Map', 'EMPTY', 'WINDOW', []),
]