aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/TableDocument.m3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/TableDocument.m b/Source/TableDocument.m
index 314caa0e..3eb2f65e 100644
--- a/Source/TableDocument.m
+++ b/Source/TableDocument.m
@@ -1499,6 +1499,9 @@ NSString *TableDocumentFavoritesControllerFavoritesDidChange = @"TableDocumentFa
- (void)windowWillClose:(NSNotification *)aNotification
{
+ //reset print settings, so we're not prompted about saving them
+ [self setPrintInfo:[NSPrintInfo sharedPrintInfo]];
+
if ([mySQLConnection isConnected]) [self closeConnection];
if ([[queryConsoleInstance window] isVisible]) [self toggleConsole:self];
[[NSNotificationCenter defaultCenter] removeObserver:self];