Changeset: 31c7ced6e2e6 Author: psomashe Date: 2013-10-02 12:17 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/31c7ced6e2e6
RT-27768 : PieChart adding new data lead to incorrect style class updating. reviwed by Jonathan. ! modules/controls/src/main/java/javafx/scene/chart/PieChart.java Changeset: bd2f3d13cbf7 Author: psomashe Date: 2013-10-02 12:18 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/bd2f3d13cbf7 RT-33245 Font is not applied to charts axis with caspian theme reviwed by David. ! modules/controls/src/main/resources/com/sun/javafx/scene/control/skin/caspian/caspian.css Changeset: 04dfdd1ed7be Author: David Grieve<david.gri...@oracle.com> Date: 2013-10-02 15:26 -0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/04dfdd1ed7be [TEST-ONLY] RT-33103 unit test ! modules/controls/src/test/java/javafx/scene/control/MiscellaneousTests.java