Skip to content

Commit

Permalink
haxeui_expose_all
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Feb 10, 2025
1 parent 17a4135 commit 74ba533
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions haxe/ui/layouts/VerticalLayout.hx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ package haxe.ui.layouts;

import haxe.ui.geom.Size;

#if haxeui_expose_all
@:expose
#end
class VerticalLayout extends DefaultLayout {
public function new() {
super();
Expand Down

0 comments on commit 74ba533

Please sign in to comment.