sampottinger / processing

Source code for the Processing Core and Development Environment (PDE)
http://processing.org
Other
10 stars 1 forks source link

Disable swing scaling on windows. #98

Closed sampottinger closed 5 years ago

sampottinger commented 5 years ago

When display scaling is enabled, FX will scale properly but native swing scaling causes some bad visual artifacts both within the IDE and in sketches (see JEP 263). Unfortunately, we will need to disable windows ui scaling for now.

For more details, see conversation at https://github.com/processing/processing/pull/5753.