Hi all Someone ever saw issue like this in text?
# tornadofx
j
Hi all Someone ever saw issue like this in text?
r
I’ve seen that when moving an app from a HiDPI monitor to a non-HiDPI monitor.
Copy code
System.setProperty("prism.lcdtext", "false") // Causes issues when switching between HiDPI and non monitors
j
tnx! seems that it fixed that
m
Yes, it’s a JavaFX bug
Or rather a change in macOS specifically on non-Retina displays that broke JavaFX and they never fixed it
j
Tnx