Arch: Fixes PanelCut action

This commit is contained in:
Sören Rohweder
2019-10-29 21:32:22 +01:00
committed by Yorik van Havre
parent d851fd58d5
commit 44be21d1ac

View File

@@ -932,7 +932,7 @@ class PanelCut(Draft._DraftObject):
# setProperties of ArchComponent will be overwritten
# thus setProperties from ArchComponent will be explicit called to get the properties
ArchComponent.ViewProviderComponent.setProperties(self, vobj)
ArchComponent.ViewProviderComponent.setProperties(self, obj)
self.setProperties(obj)