Skip to content

Commit 603e5a6

Browse files
committed
Handle FunctionList window change
1 parent 395c4fe commit 603e5a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Source/ExcelDna.IntelliSense/IntelliSenseDisplay.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,12 +199,13 @@ void StateUpdate(object sender, UIStateUpdate update)
199199
FunctionListSelectedItemChange(fl.SelectedItemText, fl.SelectedItemBounds, fl.FunctionListBounds);
200200
break;
201201
case UIStateUpdate.UpdateType.FunctionListHide:
202+
case UIStateUpdate.UpdateType.FunctionListWindowChange:
202203
FunctionListHide();
203204
break;
204205
case UIStateUpdate.UpdateType.FormulaEditEnd:
205206
FormulaEditEnd();
206207
break;
207-
208+
208209
case UIStateUpdate.UpdateType.SelectDataSourceShow:
209210
case UIStateUpdate.UpdateType.SelectDataSourceWindowChange:
210211
case UIStateUpdate.UpdateType.SelectDataSourceHide:

0 commit comments

Comments
 (0)