mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 20:50:38 +00:00
Remove debugging code.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15757 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6546c340e8
commit
c90372a21a
1 changed files with 0 additions and 4 deletions
|
@ -2878,12 +2878,8 @@ adjust:
|
|||
new.origin.x += _textContainerOrigin.x;
|
||||
new.origin.y += _textContainerOrigin.y;
|
||||
|
||||
printf("at %i (%i) got (%g %g)+(%g %g)\n",l,after,
|
||||
new.origin.x,new.origin.y,new.size.width,new.size.height);
|
||||
|
||||
if (!NSEqualRects(new, _insertionPointRect))
|
||||
{
|
||||
printf("not equal, redisplaying\n");
|
||||
[self setNeedsDisplayInRect: _insertionPointRect];
|
||||
_insertionPointRect = new;
|
||||
[self setNeedsDisplayInRect: _insertionPointRect];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue