|
| From: | anonymous |
| Subject: | [bugs #12412] NSImageRep's drawAtPoint: and drawInRect: shouldn't assume zero size if delegate exist. |
| Date: | Mon, 21 Mar 2005 19:04:38 +0000 |
| User-agent: | Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/125.5.6 (KHTML, like Gecko) Safari/125.12 |
URL:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=12412>
Summary: NSImageRep's drawAtPoint: and drawInRect: shouldn't
assume zero size if delegate exist.
Project: GNUstep
Submitted by: None
Submitted on: Mon 03/21/2005 at 19:04
Category: None
Severity: 5 - Average
Item Group: None
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
_______________________________________________________
Details:
NSImageRep's drawAtPoint: and drawInRect: shouldn't assume zero size if
delegate exist.
if (_size.width == 0 && _size.height == 0)
return NO;
at the beginning of both method since images may be initiated w/o size
information.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=12412>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |