1
0
Fork 0
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:
Brian Fiete 2020-08-03 07:26:36 -07:00
parent f9bed24c00
commit 99c7a9fe1f
2 changed files with 10 additions and 6 deletions

View file

@ -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++;