]> source.dussan.org Git - vaadin-framework.git/commitdiff
Reset datefield to default style as it is more robust
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>
Thu, 8 Feb 2007 09:08:28 +0000 (09:08 +0000)
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>
Thu, 8 Feb 2007 09:08:28 +0000 (09:08 +0000)
svn changeset:559/svn branch:toolkit

src/com/itmill/toolkit/demo/features/FeatureDateField.java

index d412fbe180ef40066f9b9ac91a2a205cffbcc5df..affffc6168b662a79b791a5e1cb0eb7961ff664f 100644 (file)
@@ -89,7 +89,6 @@ public class FeatureDateField extends Feature {
                                themes.getItemCaptionPropertyId()).setValue("text");
                themes.addItem("calendar").getItemProperty(
                                themes.getItemCaptionPropertyId()).setValue("calendar");
-               df.setStyle("calendar");
                propertyPanel.addProperties("DateField Properties", ap);
 
                return l;