master 11.0.2
leewyatt 2021-11-15 16:07:58 +09:00
parent 715d03fcfd
commit de4c64146e
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
<groupId>com.github.leewyatt</groupId>
<artifactId>rxcontrols</artifactId>
<version>11.0.1</version>
<version>11.0.2</version>
<packaging>jar</packaging>
<dependencies>

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;