Skip to content

Commit

Permalink
[processing] do not remove menus when exiting config dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed Jul 18, 2016
1 parent 19438ca commit a0bfc4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/plugins/processing/gui/ConfigDialog.py
Expand Up @@ -254,7 +254,6 @@ def accept(self):
setting.save()
Processing.updateAlgsList()
settingsWatcher.settingsChanged.emit()
updateMenus()

QDialog.accept(self)

Expand Down

0 comments on commit a0bfc4c

Please sign in to comment.