< prev index next >

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

Print this page

        

*** 100,112 **** 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 { --- 100,109 ----
< prev index next >