Make selectboxes appear in the correct position (sort of) inside hboxes

This commit is contained in:
Nathan Gray 2012-03-13 22:16:08 +00:00
parent ea084fb41f
commit 5284844780

View File

@ -426,6 +426,11 @@ var et2_menulist = et2_DOMWidget.extend({
} }
return null; return null;
},
// Also need to pass through parent's children
getChildren: function() {
return this._parent.getChildren();
} }
}); });