Changelog fixups. Re-fix NSCell bug

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4892 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 1999-09-14 14:38:24 +00:00
parent beafc5fb13
commit 7b29132d1f
2 changed files with 15 additions and 3 deletions

View file

@ -1,4 +1,18 @@
1999-09-14 David Lazaro Saz <khelekir@encomix.es>
1999-09-14 Adam Fedor <fedor@gnu.org>
* Source/NSCell.m ([NSCell
-trackMouse:inRect:ofView:untilMouseUp:]): Remove setNeedsDisplay
(bug reintroduced again inadvertantly).
1999-09-08 Adam Fedor <fedor@gnu.org>
* Model/GMAppKit.m: Undef implementation of NSPopUpButton.
* Model/IBClasses.h: Interface for NSMenuTemplate.
* Model/IBClasses.m: Add code to retain NSMenuTemplate if it's
associated with a NSPopUpButton (This seems like a hack - nib2gmodel
may not be correctly connecting NSPopUpButton with its NSMenu).
Mon Sep 13 1999 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSScrollView.m ([NSScrollView -drawRect:]): Corrected problem
with the vertical black line of a scrollview being displaced 1 pixel

View file

@ -1042,8 +1042,6 @@ static Class cellClass;
return YES;
}
[controlView setNeedsDisplayInRect: cellFrame];
NSDebugLog(@"NSCell mouse did not go up in cell\n");
return NO; // Otherwise return NO
}