Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/haxeui/haxeui-core
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Aug 22, 2023
2 parents fa558c5 + f5daafe commit 2889d0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions haxe/ui/components/TabBar.hx
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,7 @@ private class Builder extends CompositeBuilder {
button.id = child.id;
button.text = child.text;
button.tooltip = child.tooltip;
button.userData = child.userData;
if ((child is Button)) {
button.icon = cast(child, Button).icon;
}
Expand Down

0 comments on commit 2889d0d

Please sign in to comment.