Temp disable JDK-maneged HiDPI for the upcoming 2017.1 EAP.

Until IDEA-165448 is fixed.
This commit is contained in:
Anton Tarasov
2016-12-19 20:37:06 +03:00
parent 1afddbc651
commit 8f27f2d97d
+1 -1
View File
@@ -92,7 +92,7 @@ sun.java2d.pmoffscreen=false
#---------------------------------------------------------------------
# Enables HiDPI support in JBRE
#---------------------------------------------------------------------
sun.java2d.uiScale.enabled=true
sun.java2d.uiScale.enabled=false
#---------------------------------------------------------------------
# Workaround to avoid long hangs while accessing clipboard under Mac OS X.