Skip to content
This repository has been archived by the owner on Jul 10, 2018. It is now read-only.

Commit

Permalink
8.0.02
Browse files Browse the repository at this point in the history
Revert unneeded Tree.rendererFillBackground UIManager entry that interferes with core default tree cell renderers - reported in #82
  • Loading branch information
kirill-grouchnikov committed Mar 26, 2018
1 parent f3ec9b6 commit f894ef7
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
<property name="substance.drop.dir" value="${module.substance.basedir}/drop" />
<property name="substance.lib.dir" value="${module.substance.basedir}/lib" />
<property name="substance.src.dir" value="${module.substance.basedir}/src/" />
<property name="substance.version" value="8.0.01" />
<property name="substance.versionKey" value="8.0.01 Wyoming" />
<property name="substance.version" value="8.0.02" />
<property name="substance.versionKey" value="8.0.02 Wyoming" />

<property name="trident.basedir" value="${module.substance.basedir}/../trident" />
<property name="trident.version" value="1.5.00" />
Expand Down
Binary file not shown.
Binary file not shown.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -1240,8 +1240,6 @@ public Object createValue(UIDefaults table) {

"Tree.textForeground", foregroundColor,

"Tree.rendererFillBackground", false,

"Viewport.background", backgroundDefaultColor,

"Viewport.foreground", foregroundColor,
Expand Down

0 comments on commit f894ef7

Please sign in to comment.