From 0d228bce02f3a4aa39f2b0f2bfbd5ca5eb2a6d4b Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Fri, 28 Sep 2018 16:13:01 -0300 Subject: [PATCH] Arch: Fixed edit mode of components --- src/Mod/Arch/ArchComponent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Arch/ArchComponent.py b/src/Mod/Arch/ArchComponent.py index 8cf765f99a..a8128378c8 100644 --- a/src/Mod/Arch/ArchComponent.py +++ b/src/Mod/Arch/ArchComponent.py @@ -1043,7 +1043,7 @@ class ComponentTaskPanel: try: import BimClassification except: - self.form.ButtonCode.hide() + self.classButton.hide() else: import os self.classButton.setIcon(QtGui.QIcon(os.path.join(os.path.dirname(BimClassification.__file__),"icons","BIM_Classification.svg")))