fix for rightmost element of splitpanel appearing on left side

This commit is contained in:
rlx 2011-01-04 02:18:19 +00:00
parent b4d083be74
commit 5518eff766

View File

@ -9208,7 +9208,7 @@ requires
);
} else {
that.$elements[i].css(
self.edges[0], v.size == 'auto' ? 'auto' :
self.edges[0], (self.options.elements[1].size == 'auto' || v.size == 'auto') ? 'auto' :
(getVisibleSize(self.options.elements[0]) + getVisibleSize(self.options.elements[1])) + 'px'
);
that.$elements[i].css(