Skip to content

Commit

Permalink
double brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Aug 3, 2023
1 parent 5ea1d02 commit 6da098a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haxe/ui/containers/Panel.hx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ private class Builder extends CompositeBuilder {
header.addComponent(c);
}
return child;
} else if (child is Footer) {
} else if ((child is Footer)) {
for (c in child.childComponents) {
footer.addComponent(c);
}
Expand Down

0 comments on commit 6da098a

Please sign in to comment.