]> source.dussan.org Git - vaadin-framework.git/commit
Fixes a duplication issue in Escalator.onLoad (#12645)
authorHenrik Paul <henrik@vaadin.com>
Wed, 18 Dec 2013 12:31:12 +0000 (14:31 +0200)
committerHenrik Paul <henrik@vaadin.com>
Wed, 18 Dec 2013 12:31:15 +0000 (14:31 +0200)
commitbf116b3c254e442d023eef82da5071a39552e31e
tree153e12411ffffbba1b16cb25e9215dcafbe68940
parent55e4f6b28c45915d3a63b37c383f78c7cfde44eb
Fixes a duplication issue in Escalator.onLoad (#12645)

Forgot about the side-effect of recalculateElementSizes(), that it already
inserts escalator rows if needed. Therefore, there's no need to explicitly add
rows into the body upon attach.

Change-Id: Id984756257c7527ca0745dcbe1d50e03a4e0ead6
client/src/com/vaadin/client/ui/grid/Escalator.java