Skip to content

Commit

Permalink
layout macros shouldnt be loading modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Dec 19, 2023
1 parent 83f1c19 commit c8e0cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haxe/ui/macros/LayoutMacros.hx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class LayoutMacros {
var builder = new ClassBuilder(Context.getBuildFields(), Context.getLocalType(), Context.currentPos());

if (builder.fullPath != "haxe.ui.layouts.Layout") {
ModuleMacros.loadModules();
//ModuleMacros.loadModules();
}

if (!Context.getLocalClass().get().isPrivate) {
Expand Down

0 comments on commit c8e0cbf

Please sign in to comment.