mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
c6d62bcd3b
commit
8ab74402a8
@ -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 = []
|
||||
|
Loading…
x
Reference in New Issue
Block a user