Pārlūkot izejas kodu

fixes #1185 enabled captions and other component generals for tabsheet

svn changeset:4022/svn branch:trunk
tags/6.7.0.beta1
Matti Tahvonen pirms 16 gadiem
vecāks
revīzija
6f8ef78a85

+ 2
- 3
src/com/itmill/toolkit/terminal/gwt/client/ui/ITabsheetBase.java Parādīt failu

@@ -25,9 +25,8 @@ abstract class ITabsheetBase extends FlowPanel implements Paintable {

public void updateFromUIDL(UIDL uidl, ApplicationConnection client) {

// Ensure correct implementation and don't let ApplicationConnection
// handle component caption
if (client.updateComponent(this, uidl, false)) {
// Ensure correct implementation
if (client.updateComponent(this, uidl, true)) {
return;
}


Notiek ielāde…
Atcelt
Saglabāt