Dragging from high dpi to normal screen doesn't resize anymore since 2017.2

Everything becomes really large on a normal screen when dragged from a high dpi screen (win 10).  It didn't do that before 2017.2.

0
1 comment

There are new mechanics implemented in 2017.2: https://youtrack.jetbrains.com/issue/IDEA-164566

In order to switch back to old style, set the following JVM option (defined in IDE .vmoptions file) to false:

-Dsun.java2d.uiScale.enabled=false

0

Please sign in to leave a comment.