]> source.dussan.org Git - vaadin-framework.git/commitdiff
removed comment from set zIndex line
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Thu, 14 May 2009 10:55:36 +0000 (10:55 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Thu, 14 May 2009 10:55:36 +0000 (10:55 +0000)
svn changeset:7796/svn branch:6.0

src/com/vaadin/terminal/gwt/client/ui/VAbsoluteLayout.java

index 5094286bc705f19b7553a7b8266dd7cfb6c5a3ad..472913d66f103e9b6e08e08fd2c8b374b2b3c15a 100644 (file)
@@ -302,7 +302,7 @@ public class VAbsoluteLayout extends ComplexPanel implements Container {
                 }
                 // ensure ne values
                 Style style = getElement().getStyle();
-                // style.setProperty("zIndex", zIndex);
+                style.setProperty("zIndex", zIndex);
                 style.setProperty("top", top);
                 style.setProperty("left", left);
                 style.setProperty("right", right);