mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 07:40:47 +00:00
Update to simplify code per discussion with @fredkiefer
This commit is contained in:
parent
ddc47652ec
commit
4e95021973
1 changed files with 1 additions and 1 deletions
|
@ -3295,7 +3295,7 @@ static BOOL browserUseBezels;
|
|||
}
|
||||
else
|
||||
{
|
||||
NSInteger col = column > 0 ? column - 1 : column;
|
||||
NSInteger col = column - 1;
|
||||
NSBrowserColumn *bc;
|
||||
|
||||
bc = [_browserColumns objectAtIndex: col];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue