Skip to content

Commit

Permalink
Tux: support for future BIM workbench
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Mar 2, 2018
1 parent 7761ea4 commit e131793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Tux/PersistentToolbarsGui.py
Expand Up @@ -33,7 +33,7 @@ def pythonToolbars():

active = Gui.activeWorkbench().__class__.__name__

if active == "DraftWorkbench" or active == "ArchWorkbench":
if active == "DraftWorkbench" or active == "ArchWorkbench" or active == "BIMWorkbench":
if hasattr(Gui, "draftToolBar"):
try:
Gui.draftToolBar.Activated()
Expand Down

0 comments on commit e131793

Please sign in to comment.