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 2b62e91460
commit c423a3a892

View File

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