mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Fixed autocomplete for lambda param names
This commit is contained in:
parent
7dfb279e48
commit
6045137bce
4 changed files with 18 additions and 6 deletions
|
@ -514,6 +514,9 @@ namespace IDE.ui
|
|||
|
||||
public void UpdateWidth()
|
||||
{
|
||||
if (mWidgetWindow == null)
|
||||
return;
|
||||
|
||||
int firstEntry = (int)(-(int)mScrollContent.mY / mItemSpacing);
|
||||
int lastEntry = (int)((-(int)mScrollContent.mY + mScrollContentContainer.mHeight) / mItemSpacing);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue