1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 19:48:20 +02:00

Fixed issue with Autocomplete Require Control disabled

This commit is contained in:
Brian Fiete 2020-12-28 15:42:58 -08:00
parent 4f243c53a7
commit cadd1f809f

View file

@ -3492,7 +3492,7 @@ namespace IDE.ui
{
if ((!autoCompleteRequireControl) || (mWidgetWindow.IsKeyDown(KeyCode.Control)))
{
if (mAutoComplete != null)
if ((mAutoComplete != null) && (mAutoComplete.IsShowing()))
{
if (mAutoComplete.mAutoCompleteListWidget != null)
{