comparison mac/dw.m @ 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 bb3b2d804f0e
children 4462bc7de1e3
comparison
equal deleted inserted replaced
741:d2de18d4ea50 742:1d80d728a773
3635 [textfield setSelectable:NO]; 3635 [textfield setSelectable:NO];
3636 [textfield setBordered:NO]; 3636 [textfield setBordered:NO];
3637 [textfield setDrawsBackground:NO]; 3637 [textfield setDrawsBackground:NO];
3638 [textfield setStringValue:[ NSString stringWithUTF8String:text ]]; 3638 [textfield setStringValue:[ NSString stringWithUTF8String:text ]];
3639 [textfield setTag:cid]; 3639 [textfield setTag:cid];
3640 [[textfield cell] setFont:DWDefaultFont]; 3640 /*[[textfield cell] setFont:DWDefaultFont];*/
3641 return textfield; 3641 return textfield;
3642 } 3642 }
3643 3643
3644 /* 3644 /*
3645 * Creates a rendering context widget (window) to be packed. 3645 * Creates a rendering context widget (window) to be packed.