update
svn: r7624
This commit is contained in:
parent
229c71db16
commit
8982307ddb
@ -891,6 +891,6 @@ class EditFamily(EditPrimary):
|
|||||||
|
|
||||||
def _cleanup_on_exit(self):
|
def _cleanup_on_exit(self):
|
||||||
(width, height) = self.window.get_size()
|
(width, height) = self.window.get_size()
|
||||||
Config.set(Config.FAM_WIDTH, width)
|
Config.set(Config.FAMILY_WIDTH, width)
|
||||||
Config.set(Config.FAM_HEIGHT, height)
|
Config.set(Config.FAMILY_HEIGHT, height)
|
||||||
Config.sync()
|
Config.sync()
|
||||||
|
Loading…
Reference in New Issue
Block a user