On 4/11/06, Sungjin Chun <[EMAIL PROTECTED]> 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
_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to