fixed #118
This commit is contained in:
parent
e75b9a867e
commit
625a3a40c2
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ class RestorableWindow(QtGui.QMainWindow):
|
|||
|
||||
def hide(self):
|
||||
self._saveGeometry()
|
||||
QtGui.QMainWindow.hide(self)
|
||||
QtGui.QMainWindow.close(self)
|
||||
|
||||
def sizeHint(self):
|
||||
return QtCore.QSize(300, 500)
|
||||
|
|
Reference in a new issue