From: Matti Tahvonen Date: Fri, 15 Aug 2008 08:33:58 +0000 (+0000) Subject: ICustomComponent now request caption rendering from layout X-Git-Tag: 6.7.0.beta1~4353 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=dc45f10766f6819d8e35711340ecf22604e45a81;p=vaadin-framework.git ICustomComponent now request caption rendering from layout svn changeset:5188/svn branch:trunk --- 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 fcd4d4796b..34de921c9e 100644 --- a/src/com/itmill/toolkit/terminal/gwt/client/ui/ICustomComponent.java +++ b/src/com/itmill/toolkit/terminal/gwt/client/ui/ICustomComponent.java @@ -21,7 +21,7 @@ public class ICustomComponent extends SimplePanel implements Container { } public void updateFromUIDL(UIDL uidl, ApplicationConnection client) { - if (client.updateComponent(this, uidl, false)) { + if (client.updateComponent(this, uidl, true)) { return; }