Community
Participate
Eclipse IDE
When running the sample Tree-with-columns snippet (Snippet170) I'm getting 'blurry' text in columns 2 and 3 after selecting an item. It's like the antialiasing has been applied many times.
Created attachment 25812 [details] Blurry text in columns 2 and 3 Attaching a screenshot of problem. Note that the more you change the selected tree item, the more blurry the text in columns 2 and 3 gets.
This WORKSFORME. Are there some Windows settings I need to do to make this happen on my machine?
Sorry should have mentioned I have enabled 'Cleartype', Microsoft's nice little antialising feature. Go to Control Panel -> Display -> Appearance, and select 'Clear Type'. Also, I'm using Windows XP Profession with SP2.
Ok, I can make it happen now.
Fixed > 20050810
This has not been patched to 3.1.1. Reopening to consider for 3.1.1.
Fixed in the maintenance stream > 20050909.
Backed out change from 3.1.1 because it caused bug 111836
The problem is visible again in versions >= 3223. This bug should be reopened.
Ok then.
Fixed > 20060218 (again) With all the recent changes to Tree, I keep forgetting that it is necessary to always fill the background where the text is drawn (ie. I fall for OS.SetBkMode (hDC, OS.TRANSPARENT)). Thanks for keeping me honest. Hopefully I won't fall for it again for 3.2!