]> source.dussan.org Git - vaadin-framework.git/commit
Fixes #1011
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>
Sun, 21 Oct 2007 15:37:26 +0000 (15:37 +0000)
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>
Sun, 21 Oct 2007 15:37:26 +0000 (15:37 +0000)
commit2f406e5d9bd11f0d3a07a1cad39de2a6bdd7bb5d
treebb668c6666d4ec9eed832b644852df1015c2fb17
parentea8872e3f23bb70e1d03cbcb421f2a23e221cb30
Fixes #1011

Traced problem back to IntroWelcome.java:138. This class changes the state as a side-effect of paint, that is strictly forbidden and breaks painting.

Removing side-effect from paint in above mentioned method corrects the problem.

svn changeset:2572/svn branch:trunk
src/com/itmill/toolkit/tests/featurebrowser/IntroWelcome.java