Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-patch] Applied - fix for bug#44507 Outline Flickers with CDT1.2 RC0

> 
> 
> Alain,
> I hope this solves the problem. I made sure that re-drawing occurs only if 
> there was a real change in the document.
> 
> Core :
>         Returned a boolean from IWorkingCopy.reconcile() indicating
>         if there was a real change.
> UI:
>         In CReconcilingStrategy, the outliner is asked to redraw only 
>         if there was a real change.
> 

Yes, the flickering is not as severe.
It just shows how fast SWT is on Windows, compare to the other platforms.

Thanks for looking at this.



Back to the top