Skip to content

Commit

Permalink
Fix call to rootItemForBrowser as discussed with @fredkiefer
Browse files Browse the repository at this point in the history
  • Loading branch information
gcasa committed Nov 11, 2024
1 parent 5580e46 commit 041b8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/NSBrowser.m
Original file line number Diff line number Diff line change
Expand Up @@ -3317,7 +3317,7 @@ - (id) _itemForColumn: (NSInteger)column

if (column == 0)
{
if (theBinding != nil)
if (theBinding == nil)
{
item = [_browserDelegate rootItemForBrowser: self];
}
Expand Down

0 comments on commit 041b8fd

Please sign in to comment.