https://bugs.winehq.org/show_bug.cgi?id=53727
Bug ID: 53727 Summary: TreeView doesn't check the return value of TREEVIEW_SendExpanding Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: comctl32 Assignee: wine-bugs@winehq.org Reporter: katayama.hirofumi.mz@gmail.com Distribution: ---
comctl32!TREEVIEW_Collapse function has a bug.
That function didn't check the return value of TREEVIEW_SendExpanding.
So, I can't forbid collapsing on a treeview control.