Changeset 322
- Timestamp:
- Jun 10, 2006, 8:51:15 PM (17 years ago)
- Location:
- trunk/macosx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/InfoWindowController.m
r272 r322 50 50 51 51 //window location and size 52 NSWindow * window = [self window]; 52 NSPanel * window = (NSPanel *)[self window]; 53 54 [window setBecomesKeyOnlyIfNeeded: YES]; 55 53 56 [window setFrameAutosaveName: @"InspectorWindowFrame"]; 54 57 [window setFrameUsingName: @"InspectorWindowFrame" force: YES];
Note: See TracChangeset
for help on using the changeset viewer.