mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
possible fix for visual artifacts seen in #4700
This commit is contained in:
@@ -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 -->
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user