Prevent save prompt when closing NSWindow

Viewed 598

I have a document-based Cocoa app that uses a secondary NSWindow for a preview mode (with shouldCloseDocument set to NO).

If the document is dirty (edited without saving) and I close the secondary NSWindow, a "Do you want to save the changes made to the document" prompt appears.

How can I avoid this prompt on the secondary NSWindow?

2 Answers
Related