|
@@ -702,6 +702,8 @@ namespace IDE.ui
|
|
|
|
|
|
public void SelectDirection(int32 dir)
|
|
|
{
|
|
|
+ mAutoComplete.HasInteracted = true;
|
|
|
+
|
|
|
if (mEntryList.IsEmpty)
|
|
|
return;
|
|
|
int32 newSelection = mSelectIdx + dir;
|
|
@@ -1273,6 +1275,8 @@ namespace IDE.ui
|
|
|
float mWantX;
|
|
|
float mWantY;
|
|
|
|
|
|
+ public bool HasInteracted;
|
|
|
+
|
|
|
public this(EditWidget targetEditWidget)
|
|
|
{
|
|
|
mTargetEditWidget = targetEditWidget;
|