mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-06 16:25:59 +02:00
Switch some captures to '?'
This commit is contained in:
parent
7f695596b8
commit
ac6f58f118
4 changed files with 9 additions and 9 deletions
|
@ -315,7 +315,7 @@ namespace Beefy.widgets
|
|||
focusedItem.Focused = false;
|
||||
bool foundOldEnd = false;
|
||||
bool foundNewHead = false;
|
||||
WithItems(scope [&] (checkItem) =>
|
||||
WithItems(scope [?] (checkItem) =>
|
||||
{
|
||||
checkItem.Selected = foundNewHead ^ foundOldEnd;
|
||||
if (checkItem == item)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue