Arch: Fixed edit mode of components

This commit is contained in:
Yorik van Havre
2018-09-28 16:13:01 -03:00
parent 2cddbe5dab
commit 0d228bce02

View File

@@ -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")))