Correct error in toolbar update

This commit is contained in:
Campbell Barton 2018-04-30 12:46:23 +02:00
parent 310bfe1a77
commit ea2146c3e1
1 changed files with 1 additions and 1 deletions

View File

@ -445,7 +445,7 @@ class _defs_edit_mesh:
@ToolDef.from_fn
def knife():
def draw_settings(cls, context, layout):
def draw_settings(context, layout):
wm=context.window_manager
props=wm.operator_properties_last("mesh.knife_tool")
layout.prop(props, "use_occlude_geometry")