On Tue, 24 Nov 2020 22:21:04 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
>> Can you merge in the latest `jfx/master`? That way the GitHub actions >> build/test will be run (although it won't run the new headful test). You >> also need a copyright header as noted below. > > While this does fix the specific problem, it introduces a new one. If the > labels are initially too big, but after resizing the window would now fit, it > does not recompute the orientation. This means that you are left with labels > that are rotated even when they don't need to be. @kevinrushforth Thank you for catching that. Do you think it would be acceptable to simply rotate the labels back to zero if the user expands the window? ------------- PR: https://git.openjdk.java.net/jfx/pull/342