Fix T46538: Mark and Clear Seam in UV Editor, assigning Hotkeys.

UV Editor keymap is not bound to a given editor (spacetype)...
This commit is contained in:
Bastien Montagne 2015-10-23 14:34:57 +02:00
parent c4e1837e6a
commit a6c9a09061
Notes: blender-bot 2024-04-11 14:26:06 +02:00
Referenced by issue #46538, Mark and Clear Seam in UV Editor, assigning Hotkeys
1 changed files with 1 additions and 1 deletions

View File

@ -1789,7 +1789,7 @@ wmKeyMap *WM_keymap_guess_opname(const bContext *C, const char *opname)
}
/* UV Editor */
else if (STRPREFIX(opname, "UV_OT")) {
km = WM_keymap_find_all(C, "UV Editor", sl->spacetype, 0);
km = WM_keymap_find_all(C, "UV Editor", 0, 0);
}
/* Node Editor */
else if (STRPREFIX(opname, "NODE_OT")) {