discuss-gnustep
[Top][All Lists]
Advanced

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

NSMatrix Bug Fix III


From: Andreas Höschler
Subject: NSMatrix Bug Fix III
Date: Sat, 17 Feb 2007 22:35:21 +0100

Hello,

a third one:

- (BOOL)getRow:(int*)row column:(int*)column forPoint:(NSPoint)aPoint
{
...
      if (_rFlags.flipped_view == NO)
        {
//         approxRow = _numRows - approxRow - 1;
        }
...
}

Regards,

  Andreas





reply via email to

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