From a7436f7cbcf22f8332a53cfafb02cab8c0b7389e Mon Sep 17 00:00:00 2001 From: Matti Tahvonen Date: Fri, 6 Feb 2009 15:42:35 +0000 Subject: [PATCH] Added a minor hack to fix sampler scrollbar issues svn changeset:6760/svn branch:trunk --- .../itmill/toolkit/terminal/gwt/client/ui/ICustomComponent.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/itmill/toolkit/terminal/gwt/client/ui/ICustomComponent.java b/src/com/itmill/toolkit/terminal/gwt/client/ui/ICustomComponent.java index 9f3b96eac2..c15e8b6140 100644 --- a/src/com/itmill/toolkit/terminal/gwt/client/ui/ICustomComponent.java +++ b/src/com/itmill/toolkit/terminal/gwt/client/ui/ICustomComponent.java @@ -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 -- 2.39.5