Skip to content

Commit 97f43d4

Browse files
committedSep 11, 2018
[processing] Fix warning on close
1 parent 90dbf72 commit 97f43d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎python/plugins/processing/gui/menus.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ def addAlgorithmEntry(alg, menuName, submenuName, actionText=None, icon=None, ad
203203
global algorithmsToolbar
204204
if algorithmsToolbar is None:
205205
algorithmsToolbar = iface.addToolBar(QCoreApplication.translate('MainWindow', 'Processing Algorithms'))
206+
algorithmsToolbar.setObjectName("ProcessingAlgorithms")
206207
algorithmsToolbar.setToolTip(QCoreApplication.translate('MainWindow', 'Processing Algorithms Toolbar'))
207208
algorithmsToolbar.addAction(action)
208209

0 commit comments

Comments
 (0)
Please sign in to comment.