Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I've an RCP application with 2 views. and each has a tree viewer. one view has a filter that filters its elements upon the selected object from the other view.

when I select object on one tree the other one takes time to filter and I see that it refreshes all its elements twice !!! it is visible and annoying .

that didn't happen for eclipse indigo. the filtering of view upon the selecton from the other view was smooth and I didn't notice this delay or this refresh operation.

What should have caused this problem?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.