From: Noel G. <noe...@gm...> - 2012-03-17 17:41:15
|
I think I'm running 2.8.12 I installed it using MacPorts: Noel-Grandins-MacBook-Pro-15:~ noelgrandin$ sudo port Warning: port definitions are more than two weeks old, consider using selfupdate MacPorts 2.0.3 Entering interactive mode... ("help" for help, "quit" to quit) [Users/noelgrandin] > list wxwidgets wxWidgets @2.8.12 graphics/wxWidgets I've seen this kind of problem before. It occurs because the text-rendering layer caches the anti-aliased character data, which is expensive to generate. But anti-aliasing has to be done with knowledge of the background color to work properly. Which means that the text rendering layer has to be smart enough to key it's character data cache on both background-color and character number. On Sat, Mar 17, 2012 at 19:28, Eran Ifrah <era...@gm...> wrote: > Hi Noel, > > I saw this problem on my MacBook as well - but it only happened when using > wxWidgets built against trunk. > (you did not mention which wx version you are using) > > I suspect that it is an alpha blending problem - this behavior also > reproducible when "highlighting" a word in the editor > I will try and forward this to the wx mailing list, once I will be able to > reproduce it with the StyledText control sample. > > Eran > > On Sat, Mar 17, 2012 at 7:19 PM, Noel Grandin <noe...@gm...> wrote: >> >> Hi >> >> I'm running the latest Codelite from SVN on MacOSX 10.6.8. >> >> Not sure if I should be reporting this here or on the Scintilla list, >> or on the WxWidgets list, but I'm running into a rendering problem. >> >> Have a look at the attached screenshot. >> It looks like the "highlight caret line" functionality is having >> trouble with anti-aliasing. >> >> Thanks, Noel Grandin >> >> >> ------------------------------------------------------------------------------ >> This SF email is sponsosred by: >> Try Windows Azure free for 90 days Click Here >> http://p.sf.net/sfu/sfd2d-msazure >> _______________________________________________ >> Codelite-developers mailing list >> Cod...@li... >> https://lists.sourceforge.net/lists/listinfo/codelite-developers >> > > > > -- > Eran Ifrah > Author of the cross platform, open source C++ IDE: http://www.codelite.org > YTubePlayer http://www.ytubeplayer.com > |