mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 20:30:44 +00:00
Minor cleanup
This commit is contained in:
parent
71304617b2
commit
9712490625
1 changed files with 1 additions and 1 deletions
|
@ -1629,7 +1629,6 @@ static BOOL browserUseBezels;
|
|||
inRect: (NSRect)aRect
|
||||
ofColumn: (NSInteger)column
|
||||
{
|
||||
NSViewController *vc = nil;
|
||||
NSView *cv = nil;
|
||||
|
||||
if (!_isTitled || !NSBR_COLUMN_IS_VISIBLE(column))
|
||||
|
@ -1641,6 +1640,7 @@ static BOOL browserUseBezels;
|
|||
if ([_browserDelegate respondsToSelector: sel])
|
||||
{
|
||||
id item = [self _itemForColumn: column];
|
||||
NSViewController *vc = nil;
|
||||
vc = [_browserDelegate browser: self headerViewControllerForItem: item];
|
||||
cv = [vc view];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue