Skip to content
Snippets Groups Projects
Commit 623cbbba authored by mano-wii's avatar mano-wii
Browse files

mesh_snap_utilities_line: Fix tool keymap

parent f89d1c95
Branches
Tags
No related merge requests found
...@@ -68,7 +68,7 @@ def tool_make_line(): ...@@ -68,7 +68,7 @@ def tool_make_line():
# widget="MESH_GGT_mouse_point", # widget="MESH_GGT_mouse_point",
operator="mesh.make_line", operator="mesh.make_line",
keymap=( keymap=(
("mesh.make_line", None, dict(type='ACTIONMOUSE', value='PRESS')), ("mesh.make_line", dict(type='LEFTMOUSE', value='PRESS'), None),
), ),
draw_settings=draw_settings, draw_settings=draw_settings,
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment