mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
roll back interface scaling change (fixes #226)
This commit is contained in:
@@ -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) -->
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user