Description
Description
Using the version 2.2.0, when using Windows with the scaling graphical parameter activated we can see borders on the top and the right of the WorldWind map:
Steps to Reproduce
On Windows 10, with openjdk 13 or 14 installed, right click your Windows background and choose "Display Settings". Then change the "Scale and Layout" parameter to "125%":
Then launch the WorldWindJava demo application.
You can even switch the "Scale and Layout" display parameter without closing the demo application. The borders will always be present when the setting has a different value than "100%".
Expected behavior: The map displays without the black borders regardless of the "Scale and Layout" display setting.
Actual behavior: There are black borders when the "Scale and Layout" display setting has a value other than "100%".
Reproduces how often: 100% of the time, tested on 3 different computers with different graphic cards (AMD, Nvidia, Intel), all of them with same software configuration (Windows 10, openjdk13, latest commit on develop branch)
Operating System and Version
- Windows 10 (64 bits of course)
- openjdk 13 or 14
- v2.2.0
Additional Information
It's problematic for us because a lot of laptops nowadays have a default scaling parameter set to a value other than 100%. It means that a lot of our user report bugs and we have to explain them how to change their windows configuration as a workaround.