projects
/
potlatch2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
d8ae80c
)
Alter subtabs to add elements to form
author
Andy Allan
<andy@gravitystorm.co.uk>
Sun, 27 Nov 2011 13:02:15 +0000
(13:02 +0000)
committer
Andy Allan
<andy@gravitystorm.co.uk>
Sun, 27 Nov 2011 13:02:15 +0000
(13:02 +0000)
net/systemeD/potlatch2/TagViewer.mxml
patch
|
blob
|
history
diff --git
a/net/systemeD/potlatch2/TagViewer.mxml
b/net/systemeD/potlatch2/TagViewer.mxml
index 816242ec46c2c498212c98238a829483a16f96cc..5531064aa9886a9cf71f2e71f81b9773e29a3363 100644
(file)
--- 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 ) {
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)
);
}
}
}
}