fix(deps): update flatlaf to v3.5.2 #289
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.5.1
->3.5.2
3.5.1
->3.5.2
Release Notes
JFormDesigner/FlatLaf (com.formdev:flatlaf-extras)
v3.5.2
Compare Source
Fixed bugs
on graphics card/driver). This is done by setting Java system property
sun.java2d.d3d.onscreen
tofalse
(but only ifsun.java2d.d3d.onscreen
,sun.java2d.d3d
andsun.java2d.noddraw
are not yet set), which disablesusage of Windows Direct3D (DirectX) onscreen surfaces. Component rendering
still uses Direct3D. (issue #887)
custom component in menu bar increases title bar height. (issue #897)
overrides
Component.contains(int x, int y)
and invokesSwingUtilities.convertPoint()
(or similar) from the overridden method.(issue #878)
using touchpads (e.g. on macOS). (issue #892)
invisible. (issue #884)
Other Changes
JRootPane.titleBarHeight
to allow specifying a (larger) preferred height for the title bar. (issue
#897)
flatlaf.useRoundedPopupBorder
to allow disablingnative rounded popup borders on Windows 11 and macOS. On macOS 14.4+, where
rounded popup borders are disabled since FlatLaf 3.5 because of occasional
problems, you can use this to enable rounded popup borders (at your risk).
Configuration
📅 Schedule: Branch creation - "before 9am" in timezone UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.