Closed GoogleCodeExporter closed 9 years ago
From Stack exchange:
NSWindow *window = // the window in question
[[window windowController] setShouldCascadeWindows:NO]; // Tell the
controller to not cascade its windows.
[window setFrameAutosaveName:[window representedFilename]]; // Specify the
autosave name for the window.
Original comment by dirk.hof...@gmail.com
on 7 Jan 2015 at 1:13
fixed
Original comment by dirk.hof...@gmail.com
on 7 Jan 2015 at 5:16
Original comment by dirk.hof...@gmail.com
on 7 Jan 2015 at 5:17
Original issue reported on code.google.com by
dirk.hof...@gmail.com
on 16 Jul 2014 at 6:04