diff --git a/macosx/English.lproj/InfoWindow.nib/keyedobjects.nib b/macosx/English.lproj/InfoWindow.nib/keyedobjects.nib index d90ba5fc9..8ff218c61 100644 Binary files a/macosx/English.lproj/InfoWindow.nib/keyedobjects.nib and b/macosx/English.lproj/InfoWindow.nib/keyedobjects.nib differ diff --git a/macosx/InfoWindowController.m b/macosx/InfoWindowController.m index e537395c2..657c869e7 100644 --- a/macosx/InfoWindowController.m +++ b/macosx/InfoWindowController.m @@ -49,7 +49,10 @@ [fFileTable setDoubleAction: @selector(revealFile:)]; //window location and size - NSWindow * window = [self window]; + NSPanel * window = (NSPanel *)[self window]; + + [window setBecomesKeyOnlyIfNeeded: YES]; + [window setFrameAutosaveName: @"InspectorWindowFrame"]; [window setFrameUsingName: @"InspectorWindowFrame" force: YES];