mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
autocomplete flees fix
This commit is contained in:
parent
4322c984cc
commit
bcb2d861d9
1 changed files with 1 additions and 1 deletions
|
@ -556,7 +556,7 @@ namespace IDE.ui
|
|||
mIgnoreMove++;
|
||||
if (mAutoComplete.mInvokeWidget != null)
|
||||
mAutoComplete.mInvokeWidget.mIgnoreMove++;
|
||||
mWidgetWindow.Resize(mWidgetWindow.mX, mWidgetWindow.mY, windowWidth, windowHeight);
|
||||
mWidgetWindow.Resize(mWidgetWindow.mNormX, mWidgetWindow.mNormY, windowWidth, windowHeight);
|
||||
mScrollContent.mWidth = mWidth;
|
||||
//Resize(0, 0, mWidgetWindow.mClientWidth, mWidgetWindow.mClientHeight);
|
||||
mIgnoreMove--;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue