On Tue, 29 Nov 2022 16:50:00 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
>> John Hendrikx has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Fix indentation > > modules/javafx.graphics/src/main/java/com/sun/javafx/tk/quantum/RotateGestureRecognizer.java > line 306: > >> 304: sendRotateEvent(false); >> 305: angleReference = newAngle; >> 306: double timePassed = (time - rotationStartTime) >> / 1000000000; > > Ditto here and in the other gesture recognizers. I've reverted these and filed the follow up bug https://bugs.openjdk.org/browse/JDK-8298060 ------------- PR: https://git.openjdk.org/jfx/pull/960