RFR: 8299753: Tree/TableView: Column Resizing With Fractional Scale

Andy Goryachev angorya at openjdk.org
Thu Aug 22 22:51:16 UTC 2024


On Thu, 22 Aug 2024 15:29:45 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

> snapInnerSpace method.

The main idea is to handle the case when computing snapped coordinates within the unsnapped container.  Granted, this is somewhat unusual case, so I am ok with using simple rounding here.

FYI, I've added Page -> Snapped Split Panes menu option to the monkey tester to test exactly this case.  I don't think I see much difference on Windows with fractional scale.

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1156#issuecomment-2305874676


More information about the openjfx-dev mailing list