mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 15:11:37 +00:00
NSImageCell is not a subclass of NSActionCell so should not save
last control view drawn to git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5488 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fc261e28a1
commit
401b5fae3f
1 changed files with 0 additions and 2 deletions
|
@ -118,8 +118,6 @@
|
|||
- (void) drawWithFrame: (NSRect)cellFrame inView: (NSView *)controlView
|
||||
{
|
||||
NSDebugLLog(@"NSImageCell", @"NSImageCell -drawWithFrame");
|
||||
// Save last view drawn to
|
||||
[self setControlView: controlView];
|
||||
|
||||
// do nothing if cell's frame rect is zero
|
||||
if (NSIsEmptyRect(cellFrame))
|
||||
|
|
Loading…
Reference in a new issue