mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-24 18:48:01 +02:00
Fixed autocomplete flashing issues
This commit is contained in:
parent
f9bed24c00
commit
99c7a9fe1f
2 changed files with 10 additions and 6 deletions
|
@ -534,8 +534,6 @@ namespace IDE.ui
|
|||
|
||||
int windowHeight = (int)(mWantHeight + Math.Max(0, mDocHeight - GS!(32)));
|
||||
|
||||
Debug.WriteLine("Updating {} {}", windowWidth, mRightBoxAdjust);
|
||||
|
||||
mIgnoreMove++;
|
||||
if (mAutoComplete.mInvokeWidget != null)
|
||||
mAutoComplete.mInvokeWidget.mIgnoreMove++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue