hg: openjfx/8/graphics/rt: RT-33947: instead of adding styles to the observable map as you go, just add them at the point where the style is applied via CssStyleHelper getMatchingStyles. This greatly simplifies things in CssStyleHelper since a List<Style> does not have to be passed all over the place.
hang.vo at oracle.com
hang.vo at oracle.com
Thu Oct 31 13:32:57 PDT 2013
Changeset: b9b072992e27
Author: David Grieve<david.grieve at oracle.com>
Date: 2013-10-31 16:15 -0400
URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/b9b072992e27
RT-33947: instead of adding styles to the observable map as you go, just add them at the point where the style is applied via CssStyleHelper getMatchingStyles. This greatly simplifies things in CssStyleHelper since a List<Style> does not have to be passed all over the place.
! modules/graphics/src/main/java/javafx/scene/CssStyleHelper.java
! modules/graphics/src/main/java/javafx/scene/Node.java
More information about the openjfx-dev
mailing list