parent
715d03fcfd
commit
de4c64146e
2
pom.xml
2
pom.xml
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
<groupId>com.github.leewyatt</groupId>
|
<groupId>com.github.leewyatt</groupId>
|
||||||
<artifactId>rxcontrols</artifactId>
|
<artifactId>rxcontrols</artifactId>
|
||||||
<version>11.0.1</version>
|
<version>11.0.2</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -216,7 +216,7 @@ public class RXLrcView extends Control {
|
||||||
|
|
||||||
public final DoubleProperty lineHeightProperty() {
|
public final DoubleProperty lineHeightProperty() {
|
||||||
if (lineHeight == null) {
|
if (lineHeight == null) {
|
||||||
lineHeight = new StyleableDoubleProperty() {
|
lineHeight = new StyleableDoubleProperty(DEFAULT_LINE_HEIGHT) {
|
||||||
@Override
|
@Override
|
||||||
public Object getBean() {
|
public Object getBean() {
|
||||||
return this;
|
return this;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue