Skip to content

Commit

Permalink
fix #5976
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jul 9, 2012
1 parent ec33d06 commit 74e1b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/fTools/tools/doValidate.py
Expand Up @@ -99,7 +99,7 @@ def __init__(self, iface):
def closeEvent(self, e):
settings = QSettings()
settings.setValue( "/fTools/ValidateDialog/geometry", QVariant(self.saveGeometry()) )
QMainWindow.closeEvent(self, e)
QDialog.closeEvent(self, e)
del self.marker

def keyPressEvent( self, e ):
Expand Down

0 comments on commit 74e1b84

Please sign in to comment.