mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
hotfix for ca4efa6e5
This commit is contained in:
@@ -45,7 +45,7 @@ class SetTab(bpy.types.Operator):
|
||||
# NOTE: bl_label is set to empty string intentionally
|
||||
# to avoid showing the operator's name in the tooltips, see #3704
|
||||
bl_label = ""
|
||||
bl_options = {"REGISTER", "UNDO", "HIDDEN"}
|
||||
bl_options = {"REGISTER", "UNDO", "INTERNAL"}
|
||||
tab: bpy.props.StringProperty()
|
||||
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user