The standard Windows ListBox class has no concept of checked/unchecked state of items. WXWidgets obviously overcomes this with owner drawn items so that the checked boxes can be drawn. But this info gets lost when using the standard Windows IAccessible ListBox implementation since said implementation has no concept of checked state for individual items.
I have a fix in-process for which I will offer up a pull request in the next couple of weeks.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
Great, thanks, looking forward to it!
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()