I noticed that BackgroundPosition.Center and BackgroundPosition.Default have the type javafx.scene.layout.BackgroundPosition instead of scalafx.scene.layout.BackgroundPosition.
Is this an error? If so, can you please fix it so I don't have to write a silly new BackgroundPosition(BackgroundPosition.Default)? ;-)
Thanks!
The text was updated successfully, but these errors were encountered:
Hello! Thank you for this library!
I noticed that
BackgroundPosition.Center
andBackgroundPosition.Default
have the typejavafx.scene.layout.BackgroundPosition
instead ofscalafx.scene.layout.BackgroundPosition
.Is this an error? If so, can you please fix it so I don't have to write a silly
new BackgroundPosition(BackgroundPosition.Default)
? ;-)Thanks!
The text was updated successfully, but these errors were encountered: