mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 21:11:56 +00:00
Remove GSXibInternal, since it is not needed for this PR. Make drawing method parameter types more explicit, correct delegate method name in NSOutlineView
This commit is contained in:
parent
48d031a14a
commit
a11f562997
6 changed files with 24 additions and 92 deletions
|
@ -1688,9 +1688,9 @@ Also returns the child index relative to this parent. */
|
|||
- (BOOL) _shouldSelectionChange
|
||||
{
|
||||
if ([_delegate respondsToSelector:
|
||||
@selector (selectionShouldChangeInTableView:)] == YES)
|
||||
@selector (selectionShouldChangeInOutlineView:)] == YES)
|
||||
{
|
||||
if ([_delegate selectionShouldChangeInTableView: self] == NO)
|
||||
if ([_delegate selectionShouldChangeInOutlineView: self] == NO)
|
||||
{
|
||||
return NO;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue