roll back interface scaling change (fixes #226)

This commit is contained in:
Ben Fry
2021-08-01 11:02:05 -04:00
parent ae6ba29470
commit 383b4b8eab
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -50,7 +50,7 @@
<!-- Java 9+ handles high DPI internally so OS display scaling -->
<!-- can cause display issues with custom rendering swing elements. -->
<!-- <opt>-Dsun.java2d.uiScale.enabled=true</opt> -->
<opt>-Dsun.java2d.uiScale.enabled=true</opt>
<!-- Disabling the line above for 4.0 alpha 5, which scales the
interface properly on startup (preventing the tiny splash) -->
+3 -2
View File
@@ -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,