discuss-gnustep
[Top][All Lists]
Advanced

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

Re: [Q] Menu Drawing Problem(Again, Worse)


From: Benhur Stein
Subject: Re: [Q] Menu Drawing Problem(Again, Worse)
Date: Tue, 11 Apr 2006 11:03:36 -0300

On 4/11/06, Sungjin Chun <chunsj@embian.com> wrote:
> Hi,
>
> Current GUI code in SVN also has problem on menu drawing. It's worse
> than previous code. Or is this related to backend bundle? I'm using
> art backend.

Changing line 906 of NSMenuView.m from

      theRect.origin.x = _leftBorderOffset;

to

      theRect.origin.x = 0;

makes the menu items draw in the right place. There is still a black line
missing in the left of the menu, but I did not take the time to investigate
further..

Benhur

reply via email to

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