On Mon, 24 Feb 2025 17:21:10 GMT, Andy Goryachev <ango...@openjdk.org> wrote:
>> John Hendrikx has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Clarify terms > > modules/javafx.graphics/src/main/java/javafx/scene/layout/Region.java line > 2093: > >> 2091: double right = margin != null ? snapSpaceX(margin.getRight(), >> snap) : 0; >> 2092: >> 2093: return width - left - right; > > snap? @hjohn You may have answered this question in the larger discussion above, but I wanted to double-check. ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1723#discussion_r2010683616