Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[pyqgis-console] fix instance attibute name
  • Loading branch information
slarosa committed Oct 3, 2020
1 parent f327256 commit 7c476d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/console/console_settings.py
Expand Up @@ -63,7 +63,7 @@ def __init__(self, parent):
self.setObjectName('consoleOptions')

def apply(self):
self.config_widget.accept()
self.options_widget.accept()

def helpKey(self):
return 'plugins/python_console.html'
Expand Down

0 comments on commit 7c476d1

Please sign in to comment.