We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 098b2be commit bb71a2aCopy full SHA for bb71a2a
Source/ExcelDna.IntelliSense/UIMonitor/PopupListWatcher.cs
@@ -80,8 +80,8 @@ void _windowWatcher_PopupListWindowChanged(object sender, WindowWatcher.WindowCh
80
_popupList = AutomationElement.FromHandle(_hwndPopupList);
81
// We set up the structure changed handler so that we can catch the sub-list creation
82
InstallEventHandlers();
83
- UpdateSelectedItem();
84
}
+ UpdateSelectedItem();
85
break;
86
case WindowWatcher.WindowChangedEventArgs.ChangeType.Hide:
87
Logger.WindowWatcher.Verbose($"PopupList window hide");
0 commit comments