Re: [PATCH v4 0/2] MR6218: comctl32/treeview: Allow treeview parent to deny treeview expansion.
8 Aug
2024
8 Aug
'24
12:50 p.m.
Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/treeview.c:
return FALSE;
if (bUser) - TREEVIEW_SendExpanding(infoPtr, item, action); + { + if(!TREEVIEW_SendExpanding(infoPtr, item, action)) + return TRUE; Let's use if (bUser && !TREEVIEW_SendExpanding(infoPtr, item, action))
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/6218#note_78096
574
Age (days ago)
574
Last active (days ago)
0 comments
1 participants
participants (1)
-
Zhiyi Zhang (@zhiyi)