[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bugs #10595] NSButtonCell -image returns nil
From: |
Quentin Mathé |
Subject: |
[bugs #10595] NSButtonCell -image returns nil |
Date: |
Sun, 07 Nov 2004 16:16:17 -0500 |
User-agent: |
Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr) AppleWebKit/125.5 (KHTML, like Gecko) Safari/125.9 |
This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**************************************************************************/
[bugs #10595] Latest Modifications:
Changes by:
Quentin Mathé <qmathe@club-internet.fr>
'Date:
dim 07.11.2004 at 21:10 (GMT)
What | Removed | Added
---------------------------------------------------------------------------
Resolution | None | Fixed
Assigned to | None | qmathe
Status | Open | Closed
------------------ Additional Follow-up Comments ----------------------------
Fixed in cvs 2004/11/07 with NSButtonCell.m revision 1.94
The bug was produced by a patch not fully applied when it was committed with
the revision 1.90
/**************************************************************************/
[bugs #10595] Full Item Snapshot:
URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=10595>
Project: GNUstep
Submitted by: Benhur Stein
On: mer 06.10.2004 at 13:02
Category: Gui/AppKit
Severity: 3 - Ordinary
Item Group: Bug
Resolution: Fixed
Privacy: Public
Assigned to: qmathe
Status: Closed
Summary: NSButtonCell -image returns nil
Original Submission: Take a buttonCell that is showing an image (created in
Gorm, for example), call setImage: on it with a different image.
The new image is accepted and displayed by the cell.
Call -image, it returns nil.
Problem is that NSButtonCell does not let its type be changed
(setImage: calls setType:, but NSButtonCell's setType: overrides NSCell's to do
nothing), and NSCell only
returns the image if the cell is of type NSImageCellType.
Follow-up Comments
------------------
-------------------------------------------------------
Date: dim 07.11.2004 at 21:10 By: Quentin Mathé <qmathe>
Fixed in cvs 2004/11/07 with NSButtonCell.m revision 1.94
The bug was produced by a patch not fully applied when it was committed with
the revision 1.90
For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=10595>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bugs #10595] NSButtonCell -image returns nil,
Quentin Mathé <=