mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 15:11:37 +00:00
Correct minor formatting issues
This commit is contained in:
parent
dc78b11291
commit
d22d839b0c
1 changed files with 1 additions and 1 deletions
|
@ -1832,7 +1832,7 @@ Also returns the child index relative to this parent. */
|
|||
- (BOOL) _shouldSelectRow: (NSInteger)rowIndex
|
||||
{
|
||||
id item = [self itemAtRow: rowIndex];
|
||||
|
||||
|
||||
if ([_delegate respondsToSelector:
|
||||
@selector (outlineView:shouldSelectItem:)] == YES)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue