mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +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…
Reference in a new issue