discuss-gnustep
[Top][All Lists]
Advanced

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

Fix for NSTableView.m


From: Andreas Höschler
Subject: Fix for NSTableView.m
Date: Fri, 6 Jan 2006 20:20:13 +0100

- (void) _postSelectionDidChangeNotification
{
   [self scrollRowToVisible:[_selectedRows firstIndex]];
   [nc postNotificationName:
        NSTableViewSelectionDidChangeNotification
      object: self];
}

Regards,

  Andreas





reply via email to

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