mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-07 11:01:57 +08:00
bugfixing: update surface of controls surface in travel_children_with_priv_cdc
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user