Skip to content

Commit 383b4b8

Browse files
committed
roll back interface scaling change (fixes #226)
1 parent ae6ba29 commit 383b4b8

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

build/windows/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
<!-- Java 9+ handles high DPI internally so OS display scaling -->
5252
<!-- can cause display issues with custom rendering swing elements. -->
53-
<!-- <opt>-Dsun.java2d.uiScale.enabled=true</opt> -->
53+
<opt>-Dsun.java2d.uiScale.enabled=true</opt>
5454
<!-- Disabling the line above for 4.0 alpha 5, which scales the
5555
interface properly on startup (preventing the tiny splash) -->
5656

todo.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
1276 (4.0a7)
22
X really chatty console messages for people with old settings directories
33
X ignore 'debug' entry in prefs dir if it's a leftover DebugMode directory
4+
X IDE cursor position on Windows goes weird if display scaling used
5+
X https://github.com/processing/processing4/issues/226
6+
47

58
Sam updates
69
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
1013

1114
_ IDE cursor position is wrong if font size is changed in preferences on macOS
1215
_ https://github.com/processing/processing4/issues/194
13-
_ IDE cursor position on Windows goes weird if display scaling used
14-
_ https://github.com/processing/processing4/issues/226
1516

1617

1718
pdex.completion=true doesn't turn on completion,

0 commit comments

Comments
 (0)