Skip to content

Commit

Permalink
Merge pull request #2663 from radosuav/fix_AlgorithmDialogBase_closeE…
Browse files Browse the repository at this point in the history
…vent

[Processing] Fix behaviour of closeEvent in AlgorithmDialogBase
  • Loading branch information
m-kuhn committed Jan 12, 2016
2 parents e26ef82 + fe71a3f commit b828062
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/plugins/processing/gui/AlgorithmDialogBase.py
Expand Up @@ -112,6 +112,7 @@ def linkClicked(url):

def closeEvent(self, evt):
self.settings.setValue("/Processing/dialogBase", self.saveGeometry())
super(AlgorithmDialogBase, self).closeEvent(evt)

def setMainWidget(self):
self.tabWidget.widget(0).layout().addWidget(self.mainWidget)
Expand Down

0 comments on commit b828062

Please sign in to comment.