possible fix for visual artifacts seen in #4700

This commit is contained in:
Ben Fry
2017-02-12 10:02:10 -05:00
parent bf15163698
commit e5ed6ae7f1
2 changed files with 9 additions and 0 deletions
+5
View File
@@ -39,6 +39,11 @@
directory of processing.exe (the current working directory). -->
<opt>-Djna.boot.library.path=lib</opt>
<opt>-Djna.nounpack=true</opt>
<!-- Attempt to fix UI rendering issues in Windows 10
https://github.com/processing/processing/issues/4700 -->
<opt>-Dsun.java2d.d3d=false</opt>
<opt>-Dsun.java2d.ddoffscreen=false</opt>
<opt>-Dsun.java2d.noddraw=true</opt>
<!-- starting in 3.0, require Java 8 -->
<minVersion>1.8.0_60</minVersion>
<!-- increase available per PDE X request -->
+4
View File
@@ -11,6 +11,10 @@ X Contribution Manager does not show all libraries until filter cleared
X https://github.com/processing/processing/issues/4840
X fixed in 3.2.4
possible
X visual artifacts on Windows 10 when using menus
X https://github.com/processing/processing/issues/4700
_ EventQueue problems with "could not find sketch size" message?
_ https://github.com/processing/processing/issues/4893