mirror of
https://github.com/processing/processing4.git
synced 2026-01-27 18:31:07 +01:00
rewrite comment, add link
This commit is contained in:
@@ -357,8 +357,9 @@ public class Runner implements MessageConsumer {
|
||||
//params.append("-Dcom.apple.mrj.application.apple.menu.about.name=" +
|
||||
// build.getSketchClassName());
|
||||
} else if (Platform.isWindows()) {
|
||||
// No scaling of swing (see #5753) on zoomed displays until some issues regarding JEP 263
|
||||
// with rendering artifacts are sorted out.
|
||||
// No scaling of Swing on zoomed displays until some issues
|
||||
// regarding JEP 263 with rendering artifacts are sorted out.
|
||||
// https://github.com/processing/processing/issues/5753
|
||||
params.append("-Dsun.java2d.uiScale=1");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user