3281 repaint problems on windows XP
I am getting a lot of repaint problems on mydev machine with the interface; for example opening settings, suddenly the border disappears and so on. Everything works fine with 4.0.4, and on other XP machines. I tried removing every intellij installation so to get a fresh start, but the problem remains. Anyone having this problem ? Anyone can help ? Thanks
Please sign in to leave a comment.
Could you please verify if the problem persists if launching via idea.bat
instead of idea.exe?
-
Maxim Shafirov
http://www.jetbrains.com
"Develop with pleasure!"
using the .bat the problem disappears! thanks
That's because .bat uses -Dsun.java2d.noddraw=true which is missing from
idea.exe.
Well, it seems we're to add that by default to .exe as well.
-
Maxim Shafirov
http://www.jetbrains.com
"Develop with pleasure!"