j
k
j a
j l
Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/tests/treeview.c:
ok(selected == hChild, "child item should still be selected\n"); break; } case NM_CLICK: { if(g_click_delete_test)
ok(selected == hChild, "child item should still be selected\n"); break; }
case NM_CLICK:
{
if(g_click_delete_test)
Add a space after `if`. Same at other places.
Back to the thread
Back to the list