bugfixing: update surface of controls surface in travel_children_with_priv_cdc

This commit is contained in:
Vincent Wei
2020-10-12 17:26:22 +08:00
parent 79c9e16ddb
commit 6a2f28543d

View File

@@ -4413,6 +4413,7 @@ static void travel_children_with_priv_cdc (struct _travel_context* ctxt)
child = (PCONTROL)(ctxt->parent->children);
while (child) {
child->surf = ctxt->surface;
if (child->privCDC) {
ctxt->cb (ctxt, child);