aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/com/itmill/toolkit/tests/featurebrowser/PropertyPanel.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/com/itmill/toolkit/tests/featurebrowser/PropertyPanel.java b/src/com/itmill/toolkit/tests/featurebrowser/PropertyPanel.java
index a16f42ce13..b574563653 100644
--- a/src/com/itmill/toolkit/tests/featurebrowser/PropertyPanel.java
+++ b/src/com/itmill/toolkit/tests/featurebrowser/PropertyPanel.java
@@ -97,8 +97,7 @@ public class PropertyPanel extends Panel implements Button.ClickListener,
if (objectToConfigure instanceof AbstractField
&& !(objectToConfigure instanceof Table || objectToConfigure instanceof Tree))
addFieldProperties();
- if ((objectToConfigure instanceof AbstractComponentContainer)
- && !(objectToConfigure instanceof FrameWindow))
+ if ((objectToConfigure instanceof AbstractComponentContainer))
addComponentContainerProperties();
// The list of all properties