bug-gnustep
[Top][All Lists]
Advanced

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

Re: GSDragView wrong position


From: Richard Frith-Macdonald
Subject: Re: GSDragView wrong position
Date: Sat, 02 Apr 2005 05:12:22 +0100

On 2005-04-02 00:32:43 +0100 Enrico Sersale <enrico@dtedu.net> wrote:


NSTableView is flipped; to get the correct behavior we must only change:
  s.height = p.y - s.height/2;
with:
  s.height = p.y + s.height/2;

Thanks ... I made that change.





reply via email to

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