This commit is contained in:
Kovid Goyal 2016-07-18 07:53:58 +05:30
parent c6d62bcd3b
commit 8ab74402a8

View File

@ -203,8 +203,7 @@ class ViewLog(QDialog): # {{{
QApplication.clipboard().setText(txt)
def dialog_closing(self, result):
self.geom = bytearray(self.saveGeometry())
gprefs[self.unique_name] = self.geom
gprefs[self.unique_name] = bytearray(self.saveGeometry())
# }}}
_proceed_memory = []