]> source.dussan.org Git - vaadin-framework.git/commitdiff
Added a minor hack to fix sampler scrollbar issues
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Fri, 6 Feb 2009 15:42:35 +0000 (15:42 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Fri, 6 Feb 2009 15:42:35 +0000 (15:42 +0000)
svn changeset:6760/svn branch:trunk

src/com/itmill/toolkit/terminal/gwt/client/ui/ICustomComponent.java

index 9f3b96eac2f28bcb987b7fb6177abc3a03c3f73a..c15e8b61405cc50276d73bc970e56db497598dc2 100644 (file)
@@ -53,7 +53,7 @@ public class ICustomComponent extends SimplePanel implements Container {
         }
 
         boolean updateDynamicSize = updateDynamicSize();
-        if (updateDynamicSize && width != null && width.contains("%")) {
+        if (updateDynamicSize) {
             DeferredCommand.addCommand(new Command() {
                 public void execute() {
                     // FIXME deferred relative size update needed to fix some