From 383b4b8eabd2a5d40c3bec3fb063c3cfa19b2125 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Sun, 1 Aug 2021 11:02:05 -0400 Subject: [PATCH] roll back interface scaling change (fixes #226) --- build/windows/config.xml | 2 +- todo.txt | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/build/windows/config.xml b/build/windows/config.xml index 4981e427c..4f8727a9a 100755 --- a/build/windows/config.xml +++ b/build/windows/config.xml @@ -50,7 +50,7 @@ - + -Dsun.java2d.uiScale.enabled=true diff --git a/todo.txt b/todo.txt index 6b5c00a38..2165536ee 100755 --- a/todo.txt +++ b/todo.txt @@ -1,6 +1,9 @@ 1276 (4.0a7) X really chatty console messages for people with old settings directories X ignore 'debug' entry in prefs dir if it's a leftover DebugMode directory +X IDE cursor position on Windows goes weird if display scaling used +X https://github.com/processing/processing4/issues/226 + Sam updates X can we get rid of pdexEnabled? does the current code work w/ java tabs? @@ -10,8 +13,6 @@ X https://github.com/processing/processing4/pull/230 _ IDE cursor position is wrong if font size is changed in preferences on macOS _ https://github.com/processing/processing4/issues/194 -_ IDE cursor position on Windows goes weird if display scaling used -_ https://github.com/processing/processing4/issues/226 pdex.completion=true doesn't turn on completion,