Details
Description
A community member has a test case where the initial painting of the viewer component page content is a bit pixelated. I've tried reproducing this problem locally but haven't had any luck. Duplicating the viewer's use as a component can be difficult given the various configuration and parent types.
It's entirely possible that the component is being construct off the AWT thread as well.
It's entirely possible that the component is being construct off the AWT thread as well.
Activity
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 6.3.1 [ 13113 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #52358 | Tue Mar 27 12:26:46 MDT 2018 | patrick.corless | as dirty. |
Files Changed | ||||
![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
I'm pretty sure that if the image looks pixelated then the most likely cause would be the painting the back buffer as a scaled instance. The buffer should be repainted immediately afterwards but there could be a corner case where this doesn't happen. I'm going to add a repaint just to make sure the dirty buffer flag is picked up and the back buffer is recreated at the correct zoom.