Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
workaround/fix for JavaFX FlowPane bug of not wrapping children.
Bug reported by Benjamin Peters (@dedeibel) see #163 N.B. in combination with StackPane (ie not managed), the FlowPane does not automatically wrap the children. Forced the behaviour by explicitly setting the width, height and preferred wrapping widht of the FlowPane. Shape does not scale consistently (some Schmidt-trigger like behaviour ... intrinsic to JavaFX layout manager???) At least it wraps now ... so we leave it at that.
- Loading branch information