From 977d1a25340e5c2aef868f43cb180a1d9472b29c Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Sun, 5 Apr 2009 00:38:34 +0000 Subject: - Fix an invalid reference to a missing pulldown_arrow image causing invalid log entries - Set the focus to the custom query text field when appropriate when switching to the custom query tab - Add the ability to set the custom query editor font, save and load it from preferences, and no longer reset the font on queries --- Source/MainController.m | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/MainController.m') diff --git a/Source/MainController.m b/Source/MainController.m index f68c69e3..47a55ca5 100644 --- a/Source/MainController.m +++ b/Source/MainController.m @@ -674,6 +674,7 @@ checks for updates and opens download page in default browser [NSNumber numberWithBool:YES], @"CustomQueryAutopair", [NSNumber numberWithBool:YES], @"CustomQueryAutoindent", [NSNumber numberWithBool:NO], @"CustomQueryAutouppercaseKeywords", + [NSArchiver archivedDataWithRootObject:[NSFont fontWithName:@"Monaco" size:10.0]], @"CustomQueryEditorFont", nil]]; // For versions prior to r336, where column widths have been saved, walk through them and remove -- cgit v1.2.3