See #1636. Fix bug where moving an opening didn't update the drawing cache for it's element.

This commit is contained in:
Dion Moult
2023-01-26 09:18:08 +11:00
parent 7686e35858
commit e0fd3fd90e
@@ -255,6 +255,7 @@ class RecalculateFill(bpy.types.Operator, tool.Ifc.Operator):
is_global=True,
should_sync_changes_first=False,
)
tool.Geometry.clear_cache(building_element)
return {"FINISHED"}