mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Fixed issue with Autocomplete Require Control disabled
This commit is contained in:
parent
4f243c53a7
commit
cadd1f809f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue