uiautomationcore: Remove accidentally leftover FIXME.
The MSAA to UIA event bridge is now partially implemented. Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
This commit is contained in:
parent
231dd330cf
commit
29d8c3828f
1 changed files with 0 additions and 1 deletions
|
@ -1909,7 +1909,6 @@ static HRESULT WINAPI uia_provider_attach_event(IWineUiaProvider *iface, LONG_PT
|
|||
if (!prov->return_nested_node && SUCCEEDED(IRawElementProviderFragmentRoot_QueryInterface(elroot,
|
||||
&IID_IProxyProviderWinEventHandler, (void **)&winevent_handler)))
|
||||
{
|
||||
FIXME("MSAA to UIA event bridge currently unimplemented\n");
|
||||
hr = uia_event_add_win_event_hwnd(event, prov->hwnd);
|
||||
if (FAILED(hr))
|
||||
WARN("Failed to add hwnd for win_event, hr %#lx\n", hr);
|
||||
|
|
Loading…
Add table
Reference in a new issue