Skip to content

Commit

Permalink
fix compatibility with latest version of Fusion
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyEveritt committed Oct 22, 2020
1 parent 6f15871 commit 060827c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ASMBL.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ def create_panel(workspace, tab, panel_name):
def create_button(workspace, tab, panel, button_name, CreatedEventHandler, tooltip=None, resources=''):
# We want this panel to be visible:
workspace.activate()
panel.isVisible = True

app = adsk.core.Application.get()
ui = app.userInterface
Expand Down

0 comments on commit 060827c

Please sign in to comment.