On Fri, 3 Feb 2023 23:03:28 GMT, Andy Goryachev <[email protected]> wrote:
>> modules/javafx.controls/src/main/java/javafx/scene/control/skin/PaginationSkin.java >> line 197: >> >>> 195: nextStackPane.setVisible(false); >>> 196: >>> 197: resetIndexes(true); >> >> This will end up calling into the control in a couple places, which the PR >> description says you are trying to avoid. > > true, but since it sets to the same value it will be a no-op Right. ------------- PR: https://git.openjdk.org/jfx/pull/1021
