nvda
7abcc9f9 - sysTreeView32 support: TVM_MAPACCIDTOHTREEITEM and TVM_MAPHTREEITEMTOACCID fail on SysTreeView32 controls from comctl < 6.0. Instead, they seem to use the hTreeItem as the IAccessible child ID, so do this if the messages fail. Fixes broken navigation and item counts in these controls. Note that this unfortunately does *not* fix the 64 bit SysTreeView32 issue.

Commit
16 years ago
sysTreeView32 support: TVM_MAPACCIDTOHTREEITEM and TVM_MAPHTREEITEMTOACCID fail on SysTreeView32 controls from comctl < 6.0. Instead, they seem to use the hTreeItem as the IAccessible child ID, so do this if the messages fail. Fixes broken navigation and item counts in these controls. Note that this unfortunately does *not* fix the 64 bit SysTreeView32 issue.
Author
Parents
Loading