Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[win32] fix getting checkbox size from OS
This commit fixes fetching the checkbox size for custom drawn checkbox buttons. Instead of using the zoom adjusted by the swt.autoScale setting the native zoom is used. This is neccessary, because the checkbox will be drawn by the OS and therefore is matching the native zoom as well. Fixes #1573
- Loading branch information