diff --git a/bin/idea.properties b/bin/idea.properties index e91715890671..e431fbdf7b04 100644 --- a/bin/idea.properties +++ b/bin/idea.properties @@ -45,4 +45,9 @@ idea.cycle.buffer.size=1024 # Disabling this property may lead to visual glitches like blinking and fail to repaint # on certain display adapter cards. #---------------------------------------------------------------------- -sun.java2d.noddraw=true \ No newline at end of file +sun.java2d.noddraw=true + +#---------------------------------------------------------------------- +# Removing this property may lead to editor performance degradation under Windows. +#---------------------------------------------------------------------- +sun.java2d.d3d=false \ No newline at end of file