BIM: Panel does not require a Base

https://forum.freecad.org/viewtopic.php?t=94657
This commit is contained in:
Roy-043
2025-02-10 13:43:54 +01:00
committed by Yorik van Havre
parent 4fb0425375
commit 340f446654

View File

@@ -115,8 +115,6 @@ class _Panel(ArchComponent.Component):
if self.clone(obj):
return
if not self.ensureBase(obj):
return
layers = []
length = 0