diff --git a/haxe/ui/backend/ComponentBase.hx b/haxe/ui/backend/ComponentBase.hx index 3f9f983b4..c1dc39479 100644 --- a/haxe/ui/backend/ComponentBase.hx +++ b/haxe/ui/backend/ComponentBase.hx @@ -624,7 +624,7 @@ class ComponentBase extends ComponentSurface implements IClonable if (recursive == true) { for (c in childComponents) { - c.resumeEvent(type, recursive); + c.resumeEvent(type, false, recursive); } } }