We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eac2101 commit ab7bc84Copy full SHA for ab7bc84
haxe/ui/containers/Panel.hx
@@ -57,7 +57,6 @@ class Panel extends VBox {
57
#if (haxeui_openfl || haxeui_nme || haxeui_flixel)
58
59
public override function set_width(value:Float):Float {
60
- trace(contentContainer);
61
if (contentContainer != null) {
62
contentContainer.percentWidth = 100;
63
}
0 commit comments