changeset 742:1d80d728a773

Reverting part of that last change... changing the default font causes some issues.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 16 Mar 2011 02:30:32 +0000
parents d2de18d4ea50
children 4462bc7de1e3
files mac/dw.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mac/dw.m	Wed Mar 16 02:22:53 2011 +0000
+++ b/mac/dw.m	Wed Mar 16 02:30:32 2011 +0000
@@ -3637,7 +3637,7 @@
 	[textfield setDrawsBackground:NO];
 	[textfield setStringValue:[ NSString stringWithUTF8String:text ]];
     [textfield setTag:cid];
-    [[textfield cell] setFont:DWDefaultFont];
+    /*[[textfield cell] setFont:DWDefaultFont];*/
 	return textfield;
 }