Partial fix of #195 by nicolas-van · Pull Request #218 · NASAWorldWind/WorldWindJava

Description of the Change

Partial fix of issue #195 . Allows to resize the World Window according to Windows's scaling factor.

Why Should This Be In Core?

Because issue #195 is a problematic bug.

Benefits

It partially fixes issue #195. The fix is partial because it works only on program startup. If Windows's scaling factor is changed during execution issue #195 still reproduces. This is not ideal but still better than encountering that bug systematically.

Potential Drawbacks

Not that I know of.

Applicable Issues

#195

Comments

Thanks to @thwe74 for this solution.