Skip to content

Commit a0bfc4c

Browse files
committed
[processing] do not remove menus when exiting config dialog
1 parent 19438ca commit a0bfc4c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/plugins/processing/gui/ConfigDialog.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,6 @@ def accept(self):
254254
setting.save()
255255
Processing.updateAlgsList()
256256
settingsWatcher.settingsChanged.emit()
257-
updateMenus()
258257

259258
QDialog.accept(self)
260259

0 commit comments

Comments
 (0)