This commit is contained in:
Stephen Boddy
2025-11-28 18:44:06 +00:00
parent 121acfe6b3
commit 1e212f7b23
@@ -459,7 +459,7 @@ class HideClash(bpy.types.Operator):
def execute(self, context):
ClashDecorator.uninstall()
for area in context.screen.areas:
if area.type=="VIEW_3D":
if area.type == "VIEW_3D":
area.tag_redraw()
return {"FINISHED"}