From 0b6acf60ca1d9171f03d5572c88056101929cfac Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Sun, 27 Nov 2011 13:02:15 +0000 Subject: [PATCH] Alter subtabs to add elements to form --- net/systemeD/potlatch2/TagViewer.mxml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/systemeD/potlatch2/TagViewer.mxml b/net/systemeD/potlatch2/TagViewer.mxml index 816242ec..5531064a 100644 --- a/net/systemeD/potlatch2/TagViewer.mxml +++ b/net/systemeD/potlatch2/TagViewer.mxml @@ -518,7 +518,7 @@ if ( components == null || tab == null || tab.numChildren >= components.length ) return; for each (var component:DisplayObject in components ) { - tab.addChild(component); + Form(tab.getChildByName("form")).addElement(UIComponent(component)); } } -- 2.30.0