|
@ -176,7 +176,8 @@ Group.prototype.redraw = function(range, margin, restack) { |
|
|
resized = util.updateProperty(this.props.label, 'height', this.dom.inner.clientHeight) || resized; |
|
|
resized = util.updateProperty(this.props.label, 'height', this.dom.inner.clientHeight) || resized; |
|
|
|
|
|
|
|
|
// apply new height
|
|
|
// apply new height
|
|
|
foreground.style.height = height + 'px'; |
|
|
|
|
|
|
|
|
this.dom.background.style.height = height + 'px'; |
|
|
|
|
|
this.dom.foreground.style.height = height + 'px'; |
|
|
this.dom.label.style.height = height + 'px'; |
|
|
this.dom.label.style.height = height + 'px'; |
|
|
|
|
|
|
|
|
// update vertical position of items after they are re-stacked and the height of the group is calculated
|
|
|
// update vertical position of items after they are re-stacked and the height of the group is calculated
|
|
|