discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Just another etoile bug fix


From: Andreas Höschler
Subject: Just another etoile bug fix
Date: Thu, 7 Sep 2006 19:05:00 +0200

NSMenuItemCell

pico ./Bundles/Camaelon/NSMenuItemCell.m

- (void)drawKeyEquivalentWithFrame:(NSRect)cellFrame inView:(NSView *)controlView
{
cellFrame = [self keyEquivalentRectForBounds:cellFrame];


if ([_menuItem hasSubmenu])
{
NSSize size;
NSPoint position;

+ if (!arrowImageCurrent) return; // <-------- add this


size = [arrowImageCurrent size];
...
}

reply via email to

[Prev in Thread] Current Thread [Next in Thread]