parent
d0b0a0e6f3
commit
1110ded08c
2
pom.xml
2
pom.xml
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue