mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-24 02:28:01 +02:00
Added ZeroGap to AllowAppend
This commit is contained in:
parent
ce42dc4fbe
commit
161d9dc540
19 changed files with 334 additions and 88 deletions
|
@ -1817,7 +1817,7 @@ namespace IDE.ui
|
|||
|
||||
if (!fts_fuzzy_match(filter.CStr(), entry.mEntryDisplay.CStr(), ref score, &matches, matches.Count))
|
||||
{
|
||||
entry.SetMatches(Span<uint8>(null, 0));
|
||||
entry.SetMatches(Span<uint8>((uint8*)null, 0));
|
||||
entry.mScore = score;
|
||||
return false;
|
||||
}
|
||||
|
|
|
@ -2906,7 +2906,10 @@ namespace IDE.ui
|
|||
|
||||
base.UpdateAll();
|
||||
if (mWantRemoveSelf)
|
||||
{
|
||||
mParentItem?.RemoveChildItem(this);
|
||||
return;
|
||||
}
|
||||
|
||||
if (mColumnIdx == 0)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue