From 8f27f2d97dc6e4379deb12feee009bbd6b329c54 Mon Sep 17 00:00:00 2001 From: Anton Tarasov Date: Mon, 19 Dec 2016 20:35:54 +0300 Subject: [PATCH] Temp disable JDK-maneged HiDPI for the upcoming 2017.1 EAP. Until IDEA-165448 is fixed. --- bin/idea.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/idea.properties b/bin/idea.properties index c9b96aab0573..ce6a42205769 100644 --- a/bin/idea.properties +++ b/bin/idea.properties @@ -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.