Fixes to NSText.m and debugging information in NSCell.m and NSTextField.m.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4453 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Michael Silva 1999-06-22 00:02:42 +00:00
parent db24d2a2f8
commit fdb0188039
4 changed files with 111 additions and 42 deletions

View file

@ -305,8 +305,8 @@ fprintf(stderr, " TextField mouseDown --- ");
// location = [self convertPoint: [theEvent locationInWindow] fromView: nil];
// [self lockFocus];
// cellFrame = [self convertRect: frame toView: nil];
// cellFrame.origin = [super_view convertPoint: frame.origin
// toView: [window contentView]];
// cellFrame.origin = [super_view convertPoint: frame.origin
// toView: [window contentView]];
if ([cell isBordered])
{