< prev index next >

functional/FXCssTests/src/test/css/controls/ControlsCSSApp.java

Print this page

        

@@ -100,13 +100,10 @@
         slot.getChildren().add(innerPane);
         style.decorate(control, innerPane);
         if (control instanceof Text) {
             control.relocate(0, 0); // workaround RT-24670
         }
-        if (showButtons) {
-            style.setStyle(control);
-        }
         pageWithSlot.add(new StyleTestNode(style, control, innerPane));
     }
 
     public interface ControlFactory {
 
< prev index next >