Skip to content

Commit

Permalink
changed param order
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Feb 7, 2024
1 parent a5259ea commit cd75fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haxe/ui/backend/ComponentBase.hx
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ class ComponentBase extends ComponentSurface implements IClonable<ComponentBase>

if (recursive == true) {
for (c in childComponents) {
c.resumeEvent(type, recursive);
c.resumeEvent(type, false, recursive);
}
}
}
Expand Down

0 comments on commit cd75fa8

Please sign in to comment.