Darcula icon indicating copy to clipboard operation
Darcula copied to clipboard

CPU eating paint loop

Open davidekholm opened this issue 5 years ago • 0 comments

I've noticed that when using the Darcula Look&Feel in combination with a JComboBox that's editable (simply call setEditable(true)), then the whole UI gets thrown in a never ending repaint loop, thereby eating precious CPU cycles.

Tested on Mac and Windows. Changing Look and Feel makes it behave again.

To see the bug in action, open jAlbum software (http://jalbum.net), then open Settings->Tiger and watch the CPU meter. Switch to any other tab and the problem is gone.

davidekholm avatar Apr 16 '19 20:04 davidekholm