You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 14, 2020. It is now read-only.
The LinkManager loads the icon of the file to display it in the JMenuItem. Windows 10 introduced a new feature where Apps, Text and Icons can be scaled on smaller devices.
The problem arises, when the scale is more than 100%. I suspect, that the ShellFolder class that is used to load the icon, just creates a Image with a fixed size and than requests the icon from windows, Windows than thinks that it's super clever and draws the scaled icon on the image, cutting it of by the extra scale.
The text was updated successfully, but these errors were encountered:
The LinkManager loads the icon of the file to display it in the JMenuItem. Windows 10 introduced a new feature where Apps, Text and Icons can be scaled on smaller devices.
The problem arises, when the scale is more than 100%. I suspect, that the ShellFolder class that is used to load the icon, just creates a Image with a fixed size and than requests the icon from windows, Windows than thinks that it's super clever and draws the scaled icon on the image, cutting it of by the extra scale.
The text was updated successfully, but these errors were encountered: