jdk-8 8.0.2
leewyatt 2021-11-15 16:08:19 +09:00
parent d0b0a0e6f3
commit 1110ded08c
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
<groupId>com.github.leewyatt</groupId>
<artifactId>rxcontrols</artifactId>
<version>8.0.1</version>
<version>8.0.2</version>
<packaging>jar</packaging>
<build>
<plugins>

View File

@ -216,7 +216,7 @@ public class RXLrcView extends Control {
public final DoubleProperty lineHeightProperty() {
if (lineHeight == null) {
lineHeight = new StyleableDoubleProperty() {
lineHeight = new StyleableDoubleProperty(DEFAULT_LINE_HEIGHT) {
@Override
public Object getBean() {
return this;