# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1300242632 0 # Node ID 1d80d728a773c813c914d6d1348956d8361cefa0 # Parent d2de18d4ea50195b19e086e2e4bd9ffb85a258ce Reverting part of that last change... changing the default font causes some issues. diff -r d2de18d4ea50 -r 1d80d728a773 mac/dw.m --- 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; }