mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 14:30:38 +00:00
Source/NSTableView.m
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13325 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
861dd25171
commit
09f948550a
2 changed files with 7 additions and 3 deletions
|
@ -5914,9 +5914,8 @@ byExtendingSelection: (BOOL)flag
|
|||
if (_super_view != nil)
|
||||
{
|
||||
NSRect rowRect = [self rectOfRow: rowIndex];
|
||||
NSRect visibleRect = [self convertRect: [_super_view bounds]
|
||||
toView: self];
|
||||
|
||||
NSRect visibleRect = [self visibleRect];
|
||||
|
||||
// If the row is over the top, or it is partially visible
|
||||
// on top,
|
||||
if ((rowRect.origin.y < visibleRect.origin.y))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue