effad / ValidatorFX

A form validation library for JavaFX
BSD 3-Clause "New" or "Revised" License
221 stars 19 forks source link

Memory leak with decoration nodes #9

Closed effad closed 4 years ago

effad commented 4 years ago

The current implementation leaves all decoration nodes in the decoration pane, only making unneeded decoration nodes invisible.

effad commented 4 years ago

Fix: Instead of setting the decoration node visible/invisible it is now added/removed from the decoration pane.