parent
e3ecc30507
commit
a07d07c9f9
|
@ -286,6 +286,8 @@
|
||||||
DLog(@"Saving expanded nodes: %@", [expandedNodes description]);
|
DLog(@"Saving expanded nodes: %@", [expandedNodes description]);
|
||||||
|
|
||||||
[[NSUserDefaults standardUserDefaults] setValue:[expandedNodes allObjects] forKey:@"fileTreeViewExpandedNodes"];
|
[[NSUserDefaults standardUserDefaults] setValue:[expandedNodes allObjects] forKey:@"fileTreeViewExpandedNodes"];
|
||||||
|
// Workaround window not restoring it's size and position.
|
||||||
|
[miniWindow setContentSize:NSMakeSize(miniWindow.frame.size.width, 1)];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (BOOL)applicationShouldHandleReopen:(NSApplication *)theApplication hasVisibleWindows:(BOOL)flag
|
- (BOOL)applicationShouldHandleReopen:(NSApplication *)theApplication hasVisibleWindows:(BOOL)flag
|
||||||
|
|
Loading…
Reference in New Issue