On Wed, 5 Jan 2022 16:58:53 GMT, Alisen Chung <[email protected]> wrote:
>> Adjusted the AquaLF scrollbar to account for border inset settings when >> dragging the thumb and clicking on the track. > > Alisen Chung has updated the pull request incrementally with one additional > commit since the last revision: > > added check for other L&Fs, added newline to test src/java.desktop/macosx/classes/com/apple/laf/AquaScrollBarUI.java line 195: > 193: return new Rectangle(insets.left, 0, > 194: fScrollBar.getWidth() - (insets.left + insets.right), > 195: fScrollBar.getHeight()); What about vertical insets? Horizontal insets are handled now yet the border could render something vertically. ------------- PR: https://git.openjdk.java.net/jdk/pull/6374
