[ 
https://issues.apache.org/jira/browse/PIVOT-635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12908461#action_12908461
 ] 

Greg Brown commented on PIVOT-635:
----------------------------------

Are you using Pivot 2.0? If so, try commenting out the call to 
paintVolatileBuffered() on line 393 of ApplicationContext (but not the call to 
paintBuffered()):

// if (!paintVolatileBuffered((Graphics2D)graphics)) {
    if (!paintBuffered((Graphics2D)graphics)) {
        paintDisplay((Graphics2D)graphics);
    }
// }

I.e. bypass the volatile image and just use a regular buffered image. Let me 
know if that works.


> Blinking effect on TextPaneDemo
> -------------------------------
>
>                 Key: PIVOT-635
>                 URL: https://issues.apache.org/jira/browse/PIVOT-635
>             Project: Pivot
>          Issue Type: Bug
>          Components: wtk
>    Affects Versions: 2.0
>         Environment: windows 7 x64
> Java 1.6.0.21
>            Reporter: dutrieux
>
> I remark a blinking effect when I resize window on TextPaneDemo when the 
> cursor (focus) is in TextPane component and this blinking effect disappears 
> if the focus is on a other component.
> Duto

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to