FXMisc / RichTextFX

Rich-text area for JavaFX
BSD 2-Clause "Simplified" License
1.21k stars 237 forks source link

Fixed placeholder position in some layouts #1193

Closed Jugen closed 11 months ago

Jugen commented 11 months ago

Fixes #1192, where if an area is NOT the first Node in a layout (e.g. its the second item in a HBox) then the placeholder position was being incorrectly calculated.