Skip to content

Commit

Permalink
set toolbar object name, to perhaps fix #19
Browse files Browse the repository at this point in the history
  • Loading branch information
knipknap committed Jan 26, 2024
1 parent f8bce32 commit e8a3b58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions btl/ui/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def on_workbench_activated(workbench):
# Create a toolbar.
mw = FreeCADGui.getMainWindow()
toolbar = QtGui.QToolBar(mw)
toolbar.setObjectName("btl_toolbar")
mw.addToolBar(toolbar)

# Add the library editor button.
Expand Down

0 comments on commit e8a3b58

Please sign in to comment.